mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Fix reference to slice_ptr in example code
This commit is contained in:
parent
a446d67992
commit
b072c0014c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue