This commit is contained in:
Dave Gauer 2021-05-09 20:01:16 -04:00
parent 273b980a9a
commit 86e071f256

View file

@ -36,7 +36,7 @@
// that with regular many-item pointers!). // that with regular many-item pointers!).
// //
// Important: the sentinel value must be of the same type as the // Important: the sentinel value must be of the same type as the
// data being termined! // data being terminated!
// //
const print = @import("std").debug.print; const print = @import("std").debug.print;