core/container/xar: Fix a typo in example

This commit is contained in:
Krzesimir Nowak
2026-04-12 22:47:08 +02:00
parent ecbb20475e
commit 000e92d632

View File

@@ -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)