Merge pull request #6559 from krnowak/krnowak/xar-typo

core/container/xar: Fix a typo in example
This commit is contained in:
gingerBill
2026-04-13 14:25:25 +01:00
committed by GitHub

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)