Skip to content

Commit 6940551

Browse files
committed
Adjust order of method names to fit better with the rest of sentence
1 parent 6f574aa commit 6940551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_higher_order.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ allowed in JSON.
415415

416416
(((JSON.stringify function)))(((JSON.parse
417417
function)))(((serialization)))(((deserialization)))(((parsing)))JavaScript
418-
gives us functions, `JSON.stringify` and `JSON.parse`, that convert
418+
gives us functions, `JSON.parse` and `JSON.stringify`, that convert
419419
data from and to 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.

0 commit comments

Comments
 (0)