Browse Source

Add missing word "of"

Kim SHrier 2 years ago
parent
commit
cc9f68c4e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/076_sentinels.zig

+ 1 - 1
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));