Skip to content

Commit b3b218a

Browse files
authored
Merge pull request #337 from kimshrier/exercise_096_typo
fix typo
2 parents 7baffa3 + c00244c commit b3b218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/096_memory_allocation.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
3131
// }
3232

33-
// Instead of an simple integer or a constant sized slice, this
33+
// Instead of a simple integer or a constant sized slice, this
3434
// program requires a slice to be allocated that is the same size as
3535
// an input array.
3636

0 commit comments

Comments
 (0)