8000 Merge pull request #95 from rayahazi/patch-2 · JSSpagh/Algorithms-Explanation@be97b58 · GitHub
[go: up one dir, main page]

Skip to content

Commit be97b58

Browse files
authored
Merge pull request TheAlgorithms#95 from rayahazi/patch-2
[es] Fix fibonnacci item sequence issue
2 parents ff4a5ec + b8f6d3d commit be97b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

es/Matematicas Básico/Numeros_Fibonacci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Calcular matriz^4
5353
| 3 2 |
5454
```
5555

56-
### Paso 3
56+
### Paso 4
5757

5858
```
5959
Calcular matriz^8
6060
| 34 21 |
6161
| 21 13 |
6262
```
6363

64-
### Paso 3
64+
### Paso 5
6565

6666
F(8)=21
6767

0 commit comments

Comments
 (0)
0