aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorsusubub <susubub@proton.me>2024-04-17 20:04:43 -0300
committersusubub <susubub@proton.me>2024-04-17 20:04:43 -0300
commitaa74dde367af48ee7ec4fa29b37c453936b57895 (patch)
treea0c1bd92b793ff53ec1707d07632242a552e4855
parent9432c2b0fd025432014c2ef85c961535843744e5 (diff)
fixing little typo on exercise 107_files2.zig
-rw-r--r--exercises/107_files2.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/107_files2.zig b/exercises/107_files2.zig
index dadfdf6..3023d52 100644
--- a/exercises/107_files2.zig
+++ b/exercises/107_files2.zig
@@ -13,7 +13,7 @@
// - First, we open the {project_root}/output/ directory
// - Secondly, we open file `zigling.txt` in that directory
// - then, we initalize an array of character with all letter 'A', and print it
-// - Afte that, we read the content of the file to the array
+// - After that, we read the content of the file to the array
// - Finally, we print out the read content
const std = @import("std");