aboutsummaryrefslogtreecommitdiff
path: root/exercises/001_hello.zig
diff options
context:
space:
mode:
authorKim SHrier <[email protected]>2023-05-06 15:38:13 -0600
committerKim SHrier <[email protected]>2023-05-06 15:38:13 -0600
commitd82396c174325fded4be50b8ea0ab8c99e5e038d (patch)
treeef321acdab429d131ec330ec049fd87ce95a9ed7 /exercises/001_hello.zig
parenta446d67992d6035cc6c1fba9d019e9d67f84a79c (diff)
downloadziglings-d82396c174325fded4be50b8ea0ab8c99e5e038d.tar.xz
ziglings-d82396c174325fded4be50b8ea0ab8c99e5e038d.zip
fix typo well -> will
Diffstat (limited to 'exercises/001_hello.zig')
-rw-r--r--exercises/001_hello.zig2
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");