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;