Skip to content

Commit 6172fb3

Browse files
Update 1-js/05-data-types/10-destructuring-assignment/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent a9f09d2 commit 6172fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/05-data-types/10-destructuring-assignment

1-js/05-data-types/10-destructuring-assignment/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Esto no funcionará:
342342
```js run
343343
let title, width, height;
344344

345-
// error en ésta línea
345+
// error en esta línea
346346
{title, width, height} = {title: "Menu", width: 200, height: 100};
347347
```
348348

0 commit comments

Comments
 (0)