aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-05-09 20:01:16 -0400
committerDave Gauer <[email protected]>2021-05-09 20:01:16 -0400
commit03eb291d399f23d1e01099fc679da52fb6812f45 (patch)
tree6adb7e75a182294063b9c055bdc6e241cf269250
parentafc5f94a1554f29da69ceb79a21c1fe2a8790257 (diff)
downloadziglings-03eb291d399f23d1e01099fc679da52fb6812f45.tar.xz
ziglings-03eb291d399f23d1e01099fc679da52fb6812f45.zip
076 typo
-rw-r--r--exercises/076_sentinels.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/076_sentinels.zig b/exercises/076_sentinels.zig
index 476f03f..cf8253e 100644
--- a/exercises/076_sentinels.zig
+++ b/exercises/076_sentinels.zig
@@ -36,7 +36,7 @@
// that with regular many-item pointers!).
//
// Important: the sentinel value must be of the same type as the
-// data being termined!
+// data being terminated!
//
const print = @import("std").debug.print;