diff options
| author | Chris Boesch <[email protected]> | 2024-06-08 17:25:17 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-06-08 17:25:17 +0000 |
| commit | 65387dda4506aaa66de119a7c43fc8418b1f8a08 (patch) | |
| tree | b5e2211fa7c0f8e4610c192efa1056eb45a7aa1f | |
| parent | bb032fad401ae6d59f56a52bc3f88cc4e148e5f6 (diff) | |
| parent | 1f5ec78df8d2ae9e9a1a2a5c5bd56fc60aabeea0 (diff) | |
| download | ziglings-65387dda4506aaa66de119a7c43fc8418b1f8a08.tar.xz ziglings-65387dda4506aaa66de119a7c43fc8418b1f8a08.zip | |
Merge pull request 'fixed typo' (#107) from typo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107
| -rw-r--r-- | exercises/106_files.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/106_files.zig b/exercises/106_files.zig index a6131ed..aba07b6 100644 --- a/exercises/106_files.zig +++ b/exercises/106_files.zig @@ -29,7 +29,7 @@ pub fn main() !void { // then we'll try to make a new directory /output/ // to put our output files. cwd.makeDir("output") catch |e| switch (e) { - // there are chance you might want to run this + // there is a chance you might want to run this // program more than once and the path might already // been created, so we'll have to handle this error // by doing nothing |
