File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ module 0x42::map_usage {
111
111
use aptos_framework::ordered_map;
112
112
113
113
public entry fun main() {
114
- let map = ordeded_map ::new<u64, u64>();
114
+ let map = ordered_map ::new<u64, u64>();
115
115
map.add(1, 100);
116
116
map.add(2, 200);
117
117
@@ -193,4 +193,4 @@ The `SmartTable` struct is designed to handle dynamic data efficiently:
193
193
194
194
- [ Move Spiders Smart Table] ( https://movespiders.com/courses/modules/datastructures/lessonId/7 )
195
195
- [ Move Spiders Querying Smart Table via FullNode APIs] ( https://movespiders.com/courses/modules/datastructures/lessonId/9 )
196
- - [ Move Spiders Querying Smart Table via View Function] ( https://movespiders.com/courses/modules/datastructures/lessonId/10 )
196
+ - [ Move Spiders Querying Smart Table via View Function] ( https://movespiders.com/courses/modules/datastructures/lessonId/10 )
You can’t perform that action at this time.
0 commit comments