mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
fix: Grammar in 018_functions.zig
This commit is contained in:
parent
0210d6d7bc
commit
2e782fbd86
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Functions! We've already seen a lot of one called "main()". Now let's try
|
// Functions! We've already seen lots of ones called "main()". Now let's try
|
||||||
// writing one of our own:
|
// writing one of our own:
|
||||||
//
|
//
|
||||||
// fn foo(n: u8) u8 {
|
// fn foo(n: u8) u8 {
|
||||||
|
|
Loading…
Reference in a new issue