1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-06-09 05:16:04 +02:00

fix typo well -> will

This commit is contained in:
Kim SHrier 2023-05-06 15:38:13 -06:00
parent 669cde0723
commit 5dc9a97fdc

View File

@ -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");