We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7baffa3 + c00244c commit b3b218aCopy full SHA for b3b218a
exercises/096_memory_allocation.zig
@@ -30,7 +30,7 @@
30
// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
31
// }
32
33
-// Instead of an simple integer or a constant sized slice, this
+// Instead of a simple integer or a constant sized slice, this
34
// program requires a slice to be allocated that is the same size as
35
// an input array.
36
0 commit comments