diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-05-07 17:59:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-07 17:59:28 +0200 |
| commit | 2cb6975b13d412b7e966debcd432a4f7a325addc (patch) | |
| tree | d238aa4a8ab40326ed410c45d51a73f86537a026 /exercises/076_sentinels.zig | |
| parent | ea93abf4d4a9fd408b3aa169806446eaa4e45a2d (diff) | |
| parent | ded01c6adf111a03f6b627fdc4dc85b51c13da3a (diff) | |
Merge branch 'ratfactor:main' into testing
Diffstat (limited to 'exercises/076_sentinels.zig')
| -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 6f7abae..1af59da 100644 --- a/exercises/076_sentinels.zig +++ b/exercises/076_sentinels.zig @@ -69,7 +69,7 @@ pub fn main() void { } // Here's our generic sequence printing function. It's nearly -// complete, but there are a couple missing bits. Please fix +// complete, but there are a couple of missing bits. Please fix // them! fn printSequence(my_seq: anytype) void { const my_typeinfo = @typeInfo(@TypeOf(my_seq)); |
