diff options
| author | Kim SHrier <[email protected]> | 2023-05-06 15:38:13 -0600 |
|---|---|---|
| committer | Kim SHrier <[email protected]> | 2023-05-06 15:38:13 -0600 |
| commit | d82396c174325fded4be50b8ea0ab8c99e5e038d (patch) | |
| tree | ef321acdab429d131ec330ec049fd87ce95a9ed7 /exercises | |
| parent | a446d67992d6035cc6c1fba9d019e9d67f84a79c (diff) | |
| download | ziglings-d82396c174325fded4be50b8ea0ab8c99e5e038d.tar.xz ziglings-d82396c174325fded4be50b8ea0ab8c99e5e038d.zip | |
fix typo well -> will
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/001_hello.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
