diff options
| author | Dave Gauer <[email protected]> | 2021-05-09 20:01:16 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-05-09 20:01:16 -0400 |
| commit | 03eb291d399f23d1e01099fc679da52fb6812f45 (patch) | |
| tree | 6adb7e75a182294063b9c055bdc6e241cf269250 | |
| parent | afc5f94a1554f29da69ceb79a21c1fe2a8790257 (diff) | |
| download | ziglings-03eb291d399f23d1e01099fc679da52fb6812f45.tar.xz ziglings-03eb291d399f23d1e01099fc679da52fb6812f45.zip | |
076 typo
| -rw-r--r-- | exercises/076_sentinels.zig | 2 |
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; |
