Skip to content

Commit 1ade649

Browse files
authored
Merge pull request lydiahallie#342 from carpacciao/patch-1
Correction du nom de la constante "numberes".
2 parents cceb8e7 + 09744c5 commit 1ade649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fr-FR/README_fr-FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ La variable `name` a été déclarée avec un mot-clé `const`. Par conséquent,
18041804

18051805
```javascript
18061806
const numbers = [1, 2, 3, 4, 5];
1807-
const [y] = numberes;
1807+
const [y] = numbers;
18081808

18091809
console.log(y);
18101810
```

0 commit comments

Comments
 (0)