Fix example

This commit is contained in:
Jeroen van Rijn
2025-05-27 04:33:22 +02:00
parent 624c176ef3
commit c513f035ad

View File

@@ -341,7 +341,7 @@ Example:
ptr_sub_example :: proc() {
arr: [2]int
print(mem.ptr_sub(&arr[1], &arr[0]))
fmt.println(mem.ptr_sub(&arr[1], &arr[0]))
}
Output: