Skip to content

Commit e263ab5

Browse files
committed
Fix order of introduction for JSON.parse/stringify
1 parent efa4de4 commit e263ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05_higher_order.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ allowed in JSON.
415415

416416
(((JSON.stringify function)))(((JSON.parse
417417
function)))(((serialization)))(((deserialization)))(((parsing)))JavaScript
418-
gives us functions, `JSON.parse` and `JSON.stringify`, that convert
419-
data from and to this format. The first takes a JavaScript value and
418+
gives us functions, `JSON.stringify` and `JSON.parse`, that convert
419+
data to and from this format. The first takes a JavaScript value and
420420
returns a JSON-encoded string. The second takes such a string and
421421
converts it to the value it encodes.
422422

0 commit comments

Comments
 (0)