Skip to content

Commit

Permalink
Fix documentation formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrempel committed Apr 3, 2016
1 parent 4677f2b commit 90cff71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Data/Int53.purs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-- | ### Making an `Int53`
-- |
-- | To create an `Int53` from a `Number`, use [`fromNumber`](#v:fromNumber) or, more often,
-- | [`ceil`](#v:ceil), [`floor`](#v:floor), [`round`]((#v:round) or [`truncate`](#v:truncate).
-- | [`ceil`](#v:ceil), [`floor`](#v:floor), [`round`](#v:round) or [`truncate`](#v:truncate).
-- |
-- | To create an `Int53` from an `Int`, use [`fromInt`](#v:fromInt).
-- |
Expand Down Expand Up @@ -302,7 +302,8 @@ odd = not <<< even
-- | For instance, you can do something like:
-- |
-- | doSomethingWithIntOrInt53 :: ∀ a. (Int53Value a) => a -> a
-- | doSomethingWithIntOrInt53 = fromInt53 <<< doSometingWithInt53 <<< toInt53
-- | doSomethingWithIntOrInt53 =
-- | fromInt53 <<< doSometingWithInt53 <<< toInt53
-- |
-- | doSomethingWithInt53 :: Int53 -> Int53
-- | doSomethingWithInt53 = ...
Expand Down

0 comments on commit 90cff71

Please sign in to comment.