Merge pull request #337 from kimshrier/exercise_096_typo

fix typo
This commit is contained in:
Chris Boesch 2023-07-03 18:59:54 +02:00 committed by GitHub
commit 477f18ebfc

View file

@ -30,7 +30,7 @@
// 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
// an input array.