mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Enable misnamed doc example test for small_array
This commit is contained in:
@@ -309,7 +309,7 @@ Example:
|
|||||||
import "core:container/small_array"
|
import "core:container/small_array"
|
||||||
import "core:fmt"
|
import "core:fmt"
|
||||||
|
|
||||||
non_zero_resize :: proc() {
|
non_zero_resize_example :: proc() {
|
||||||
a: small_array.Small_Array(5, int)
|
a: small_array.Small_Array(5, int)
|
||||||
|
|
||||||
small_array.push_back(&a, 1)
|
small_array.push_back(&a, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user