Skip to content

Commit 2bff6d7

Browse files
authored
Merge pull request #108 from purescript/fix-markup
Fix markup in Field law
2 parents f676962 + 9ee5611 commit 2bff6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Field.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Data.Unit (Unit)
1717
-- | Instances must satisfy the following law in addition to the
1818
-- | `EuclideanRing` laws:
1919
-- |
20-
-- | - Non-zero multiplicative inverse: ``a `mod` b = 0` for all `a` and `b` ``
20+
-- | - Non-zero multiplicative inverse: ``a `mod` b = zero`` for all `a` and `b`
2121
class EuclideanRing a <= Field a
2222

2323
instance fieldNumber :: Field Number

0 commit comments

Comments
 (0)