Skip to content

Commit

Permalink
Typo fix (UnorderedMap link)
Browse files Browse the repository at this point in the history
  • Loading branch information
zavodil authored Oct 5, 2021
1 parent e91507a commit 5dce010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/data-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ pub fn get_unordered_map(&self, key: String) -> String {

[ [SDK source](https://github.com/near/near-sdk-rs/blob/master/near-sdk/src/collections/unordered_map.rs) ]

[ [Implementation](https://docs.rs/near-sdk/2.0.0/near_sdk/collections/struct.LookupMap.html) ]
[ [Implementation](https://docs.rs/near-sdk/2.0.0/near_sdk/collections/struct.UnorderedMap.html) ]

---

Expand Down

0 comments on commit 5dce010

Please sign in to comment.