summaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-07 17:36:34 +0200
committerGitHub <noreply@github.com>2023-05-07 17:36:34 +0200
commit1fccbc439ffb14251b94790d806e91f3b57afb31 (patch)
treeef321acdab429d131ec330ec049fd87ce95a9ed7 /exercises
parenta446d67992d6035cc6c1fba9d019e9d67f84a79c (diff)
parentd82396c174325fded4be50b8ea0ab8c99e5e038d (diff)
Merge pull request #286 from kimshrier/exercise_001_typo
fix typo well -> will
Diffstat (limited to 'exercises')
-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");