mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Merge pull request #286 from kimshrier/exercise_001_typo
fix typo well -> will
This commit is contained in:
commit
1fccbc439f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
// ...
|
||||
// }
|
||||
//
|
||||
// Perhaps knowing this well help solve the errors we're getting
|
||||
// Perhaps knowing this will help solve the errors we're getting
|
||||
// with this little program?
|
||||
//
|
||||
const std = @import("std");
|
||||
|
|
Loading…
Reference in a new issue