Skip to content

Commit a096180

Browse files
authored
Update 1-js/05-data-types/12-json/article.md
1 parent 7993fd8 commit a096180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/12-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ JSON.stringify(meetup); // Ошибка: Преобразование цикли
177177
Полный синтаксис `JSON.stringify`:
178178

179179
```js
180-
let json = JSON.stringify(value [, replacer, space])
180+
let json = JSON.stringify(value[, replacer, space])
181181
```
182182

183183
value

0 commit comments

Comments
 (0)