Fix reference to slice_ptr in example code

pull/2/head
Kim SHrier 1 year ago
parent a446d67992
commit b072c0014c

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

Loading…
Cancel
Save