Skip to content

Commit 05a8540

Browse files
committed
Fix doc-comments
1 parent 8980d5e commit 05a8540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/EuclideanRing.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import Data.Semiring (class Semiring, add, mul, one, zero, (*), (+))
5959
-- | negative infinity if the divisor is positive, and towards positive infinity
6060
-- | if the divisor is negative. Note that all three definitions are identical if
6161
-- | we restrict our attention to nonnegative dividends and divisors.
62-
62+
-- |
6363
-- | In versions 1.x, 2.x, and 3.x of the Prelude, the `EuclideanRing Int`
6464
-- | instance used truncating division. As of 4.x, the `EuclideanRing Int`
6565
-- | instance uses Euclidean division. Additional functions `quot` and `rem` are

0 commit comments

Comments
 (0)