mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
fix typo well -> will
This commit is contained in:
parent
a446d67992
commit
d82396c174
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?
|
// with this little program?
|
||||||
//
|
//
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
Loading…
Reference in a new issue