Skip to content

Commit 43474d2

Browse files
authored
Fix typo in Fibonacci exercise (#1634)
Fixes #1633.
1 parent 6a30bbe commit 43474d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types-and-values/exercise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minutes: 30
44

55
# Exercise: Fibonacci
66

7-
The first and second Fibonacci numbers are both `1`. For n>2, he n'th Fibonacci
7+
The first and second Fibonacci numbers are both `1`. For n>2, the n'th Fibonacci
88
number is calculated recursively as the sum of the n-1'th and n-2'th Fibonacci
99
numbers.
1010

0 commit comments

Comments
 (0)