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.
1 parent 6d5f678 commit 43a8b16Copy full SHA for 43a8b16
10_fibonacci/README.md
@@ -3,7 +3,7 @@
3
Create a function that returns a specific member of the Fibonacci sequence:
4
5
> A series of numbers in which each number ( Fibonacci number ) is the sum of the two preceding numbers.
6
-> In this exercise, the Fibonacci sequence used is 1, 1, 2, 3, 5, 8...
+> In this exercise, the Fibonacci sequence used is 1, 1, 2, 3, 5, 8, etc.
7
> To learn more about Fibonacci sequences, go to: https://en.wikipedia.org/wiki/Fibonacci_sequence
8
9
```javascript
0 commit comments