diff options
| author | Chris Boesch <[email protected]> | 2024-06-08 19:20:30 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-06-08 19:20:30 +0200 |
| commit | 1f5ec78df8d2ae9e9a1a2a5c5bd56fc60aabeea0 (patch) | |
| tree | b5e2211fa7c0f8e4610c192efa1056eb45a7aa1f /exercises | |
| parent | bb032fad401ae6d59f56a52bc3f88cc4e148e5f6 (diff) | |
| download | ziglings-1f5ec78df8d2ae9e9a1a2a5c5bd56fc60aabeea0.tar.xz ziglings-1f5ec78df8d2ae9e9a1a2a5c5bd56fc60aabeea0.zip | |
fixed typo
Diffstat (limited to 'exercises')
| -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 |
