diff --git a/exercises/001_hello.zig b/exercises/001_hello.zig index 9534b60..2d95a10 100644 --- a/exercises/001_hello.zig +++ b/exercises/001_hello.zig @@ -11,7 +11,7 @@ // ... // } // -// Perhaps knowing this well help solve the errors we're getting +// Perhaps knowing this will help solve the errors we're getting // with this little program? // const std = @import("std");