Skip to content

Commit

Permalink
Merge pull request #61 from joseluis/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme.
  • Loading branch information
orlp authored Apr 9, 2021
2 parents 9de9dcf + b58db67 commit 1f7d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ is returned that can be used to later access or remove the values. Insertion,
deletion and access all take O(1) time with low overhead. Great for storing
collections of objects that need stable, safe references but have no clear
ownership otherwise, such as game entities or graph nodes. Two secondary maps,
`SecondaryMap` and `SparseSlotMap` are also provided that allow you to map
`SecondaryMap` and `SparseSecondaryMap` are also provided that allow you to map
further objects to the keys created by one of the slot maps. Please refer to the
[**the documentation**](https://docs.rs/slotmap) for more information.

Expand Down

0 comments on commit 1f7d05e

Please sign in to comment.