mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
fix typo
This commit is contained in:
parent
e142d40fb0
commit
db653d29ee
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
|
// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// Instead of an simple integer or a constant sized slice, this
|
// Instead of a simple integer or a constant sized slice, this
|
||||||
// program requires a slice to be allocated that is the same size as
|
// program requires a slice to be allocated that is the same size as
|
||||||
// an input array.
|
// an input array.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue