diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 19:26:30 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 19:26:30 +0200 |
| commit | e422e242157494df46b6c0ddbaaa4c2a6a3f1790 (patch) | |
| tree | 3e2b717dcb956c374cc2135ccf11dae9ef4360b7 /exercises/107_files2.zig | |
| parent | 4134d4fa6f2a9c0ae7a56cd6a7b2d156d62c0de1 (diff) | |
fixes some minor typos
Diffstat (limited to 'exercises/107_files2.zig')
| -rw-r--r-- | exercises/107_files2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/107_files2.zig b/exercises/107_files2.zig index d059879..9b94101 100644 --- a/exercises/107_files2.zig +++ b/exercises/107_files2.zig @@ -2,7 +2,7 @@ // Prerequisite : // - exercise/106_files.zig, or // - create a file {project_root}/output/zigling.txt -// with content `It's zigling time!`(18 byte total) +// with content `It's zigling time!`(18 bytes total) // // Now there's no point in writing to a file if we don't read from it, am I right? // Let's write a program to read the content of the file that we just created. |
