Skip to content

Commit 306f877

Browse files
authored
Merge pull request #1351 from mcmoody/patch-1
Update fn.md
2 parents 3889695 + 1b0138a commit 306f877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ return type must be specified after an arrow `->`.
66

77
The final expression in the function will be used as return value.
88
Alternatively, the `return` statement can be used to return a value earlier
9-
from within the function, even from inside loops or `if`s.
9+
from within the function, even from inside loops or `if` statements.
1010

1111
Let's rewrite FizzBuzz using functions!
1212

0 commit comments

Comments
 (0)