Enable misnamed doc example test for small_array

This commit is contained in:
Jeroen van Rijn
2025-10-30 11:29:51 +01:00
parent 36d63b14b5
commit 5b6889ccf5

View File

@@ -309,7 +309,7 @@ Example:
import "core:container/small_array"
import "core:fmt"
non_zero_resize :: proc() {
non_zero_resize_example :: proc() {
a: small_array.Small_Array(5, int)
small_array.push_back(&a, 1)