From 2e782fbd8694d82b6875ceca0d3e51fa5ba10199 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Aug 2021 09:55:20 -0700 Subject: [PATCH] fix: Grammar in 018_functions.zig --- exercises/018_functions.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/018_functions.zig b/exercises/018_functions.zig index 51be2cd..e79b765 100644 --- a/exercises/018_functions.zig +++ b/exercises/018_functions.zig @@ -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 {