Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
Fix a small typo in the Composite Key example of the Bound section
  • Loading branch information
LeTurt333 authored Aug 14, 2022
1 parent 3d73325 commit b0faaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ fn demo() -> StdResult<()> {
.prefix("owner")
.range(
&store,
Some(Bound::exclusive("spender1")),
Some(Bound::exclusive("spender")),
Some(Bound::inclusive("spender2")),
Order::Descending,
)
Expand Down

0 comments on commit b0faaa5

Please sign in to comment.