Browse Source

fix typo well -> will

Kim SHrier 2 years ago
parent
commit
d82396c174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/001_hello.zig

+ 1 - 1
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?
 // with this little program?
 //
 //
 const std = @import("std");
 const std = @import("std");