Browse Source

018 awkward wording

Dave Gauer 4 years ago
parent
commit
8e540d6388
1 changed files with 2 additions and 2 deletions
  1. 2 2
      exercises/018_functions.zig

+ 2 - 2
exercises/018_functions.zig

@@ -1,6 +1,6 @@
 //
-// Functions! We've already seen lots of ones called "main()". Now let's try
-// writing one of our own:
+// Functions! We've already created lots of functions called "main()". Now let's
+// try writing one of our own:
 //
 //     fn foo(n: u8) u8 {
 //         return n + 1;