Skip to content

Commit f596eaa

Browse files
authored
Merge pull request #16 from twitchard/patch-1
clarify documentation
2 parents 02c5550 + e5c33fd commit f596eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Argonaut/Core.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type JAssoc = Tuple String Json
8383
foreign import data JNull :: *
8484

8585
-- | The type of JSON data. The underlying representation is the same as what
86-
-- | would be returned from JavaScript's `JSON.stringify` function; that is,
86+
-- | would be returned from JavaScript's `JSON.parse` function; that is,
8787
-- | ordinary JavaScript booleans, strings, arrays, objects, etc.
8888
foreign import data Json :: *
8989

0 commit comments

Comments
 (0)