mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Merge pull request 'fixed typo' (#107) from typo into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/107
This commit is contained in:
commit
65387dda45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue