Skip to content

Commit 29aa451

Browse files
authored
Update README.es.md
1 parent 31dd670 commit 29aa451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/159.3-FashionInventory-C/README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ let currentInventory = [
4343

4444
```Js
4545
[
46-
[Brunello Cucinelli, tasselled black low-top lace-up, 1000],
47-
[Gucci, black leather laced sneakers, 900]
46+
['Brunello Cucinelli', 'tasselled black low-top lace-up', 1000],
47+
['Gucci', 'black leather laced sneakers', 900]
4848
]
4949
```
5050

0 commit comments

Comments
 (0)