Skip to content

Commit c00244c

Browse files
committed
fix typo
1 parent 7baffa3 commit c00244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/096_memory_allocation.zig

Lines changed: 1 addition & 1 deletion
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)