mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-26 06:51:34 +00:00
Fix broken example in handle_map/doc.odin
This commit is contained in:
@@ -52,7 +52,7 @@ Example:
|
||||
|
||||
it := hm.iterator_make(&entities)
|
||||
for e, h in hm.iterate(&it) {
|
||||
assert(hm.is_valid(entities, h))
|
||||
assert(hm.is_valid(&entities, h))
|
||||
e.pos += {1, 2}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user