mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-26 15:01:31 +00:00
Fix broken example in handle_map/doc.odin
This commit is contained in:
@@ -48,7 +48,7 @@ Example:
|
||||
hm.remove(&entities, h1)
|
||||
|
||||
h3 := hm.add(&entities, Entity{pos = {6, 7}})
|
||||
assert(hm.is_valid(entities, h3))
|
||||
assert(hm.is_valid(&entities, h3))
|
||||
|
||||
it := hm.iterator_make(&entities)
|
||||
for e, h in hm.iterate(&it) {
|
||||
|
||||
Reference in New Issue
Block a user