We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3889695 + 1b0138a commit 306f877Copy full SHA for 306f877
src/fn.md
@@ -6,7 +6,7 @@ return type must be specified after an arrow `->`.
6
7
The final expression in the function will be used as return value.
8
Alternatively, the `return` statement can be used to return a value earlier
9
-from within the function, even from inside loops or `if`s.
+from within the function, even from inside loops or `if` statements.
10
11
Let's rewrite FizzBuzz using functions!
12
0 commit comments