mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 21:58:14 +00:00
Merge pull request #6559 from krnowak/krnowak/xar-typo
core/container/xar: Fix a typo in example
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user