fix: Grammar in 018_functions.zig

This commit is contained in:
unknown 2021-08-18 09:55:20 -07:00
parent 0210d6d7bc
commit 2e782fbd86

View file

@ -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:
//
// fn foo(n: u8) u8 {