From d82396c174325fded4be50b8ea0ab8c99e5e038d Mon Sep 17 00:00:00 2001 From: Kim SHrier Date: Sat, 6 May 2023 15:38:13 -0600 Subject: [PATCH] fix typo well -> will --- exercises/001_hello.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");