We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a30bbe commit 43474d2Copy full SHA for 43474d2
src/types-and-values/exercise.md
@@ -4,7 +4,7 @@ minutes: 30
4
5
# Exercise: Fibonacci
6
7
-The first and second Fibonacci numbers are both `1`. For n>2, he n'th Fibonacci
+The first and second Fibonacci numbers are both `1`. For n>2, the n'th Fibonacci
8
number is calculated recursively as the sum of the n-1'th and n-2'th Fibonacci
9
numbers.
10
0 commit comments