Fix reference to slice_ptr in example code

This commit is contained in:
Kim SHrier 2023-05-07 03:08:03 -06:00
parent 669cde0723
commit 0069801ee3

View file

@ -27,7 +27,7 @@
// std.debug.print("ptr={*}\n", .{ptr});
//
// const slice_ptr = try allocator.alloc(f64, 5);
// std.debug.print("ptr={*}\n", .{ptr});
// std.debug.print("slice_ptr={*}\n", .{slice_ptr});
// }
// Instead of an simple integer or a constant sized slice, this