Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Sep 1, 2023
1 parent 7b33c92 commit 8fa4ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JSON.purs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fromNumberWithDefault fallback n = runFn2 Internal._fromNumberWithDefault fallba

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

Expand Down

0 comments on commit 8fa4ea3

Please sign in to comment.