Skip to content

Commit af0a3c6

Browse files
committed
fix: changes
1 parent a096180 commit af0a3c6

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
@@ -404,7 +404,7 @@ alert( JSON.stringify(meetup) );
404404

405405
Синтаксис:
406406
```js
407-
let value = JSON.parse(str [, reviver]);
407+
let value = JSON.parse(str[, reviver]);
408408
```
409409

410410
str

0 commit comments

Comments
 (0)