Skip to content

Commit 8fa4ea3

Browse files
Update comment
1 parent 7b33c92 commit 8fa4ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSON.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fromNumberWithDefault fallback n = runFn2 Internal._fromNumberWithDefault fallba
6262

6363
-- | Converts an `Int` into `JSON`.
6464
-- |
65-
-- | There is no corresponding `toInt` as JSON doesn't have a concept of integers - this is provided
65+
-- | Note: JSON doesn't have a concept of integers. This is provided
6666
-- | as a convenience to avoid having to convert `Int` to `Number` before creating a `JSON` value.
6767
foreign import fromInt :: Int -> JSON
6868

0 commit comments

Comments
 (0)