Skip to content

Commit

Permalink
Fix multi index docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Dec 8, 2021
1 parent a3e9a88 commit 2271956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-plus/src/indexes/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ where
// TODO: make this a const fn
/// Create a new MultiIndex
///
/// idx_fn - lambda creating index key from value (first argument) and primary key (second argument)
/// idx_fn - lambda creating index key from value
/// pk_namespace - prefix for the primary key
/// idx_namespace - prefix for the index value
///
Expand Down

0 comments on commit 2271956

Please sign in to comment.