diff options
| author | Chris Boesch <[email protected]> | 2023-05-07 17:38:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-07 17:38:11 +0200 |
| commit | 151abb4ca1db8afb0da14b746f976c6de560b8b5 (patch) | |
| tree | d3f04052b4fdd570cdf56b7282985c7ad69b8289 /exercises | |
| parent | 2b17c3dc3980a0d801f12102c37f885a7cc0a6f8 (diff) | |
| parent | cc9f68c4e51e34b67b46eb1441cd272b4d82dc5c (diff) | |
| download | ziglings-151abb4ca1db8afb0da14b746f976c6de560b8b5.tar.xz ziglings-151abb4ca1db8afb0da14b746f976c6de560b8b5.zip | |
Merge pull request #288 from kimshrier/exercise_076_typo
Add missing word "of"
Diffstat (limited to 'exercises')
| -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)); |
