diff --git a/core/container/xar/xar.odin b/core/container/xar/xar.odin index 08b2b2d32..9f0b6e90c 100644 --- a/core/container/xar/xar.odin +++ b/core/container/xar/xar.odin @@ -375,7 +375,7 @@ array_pop_safe :: proc(x: ^$X/Array($T, $SHIFT)) -> (val: T, ok: bool) { Example: - import "core:encoding/xar" + import "core:container/xar" unordered_remove_example :: proc() { x: xar.Array(int, 4)