diff options
| author | Kim SHrier <[email protected]> | 2023-05-07 02:04:30 -0600 |
|---|---|---|
| committer | Kim SHrier <[email protected]> | 2023-05-07 02:04:30 -0600 |
| commit | cc9f68c4e51e34b67b46eb1441cd272b4d82dc5c (patch) | |
| tree | 6d31ca85b21561e74a4243155d1528ca4ca80027 | |
| parent | a446d67992d6035cc6c1fba9d019e9d67f84a79c (diff) | |
| download | ziglings-cc9f68c4e51e34b67b46eb1441cd272b4d82dc5c.tar.xz ziglings-cc9f68c4e51e34b67b46eb1441cd272b4d82dc5c.zip | |
Add missing word "of"
| -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)); |
