Skip to content

Commit 69bc58a

Browse files
authored
Merge pull request #90 from jazmit/patch-2
Fix typo
2 parents 4650e8d + 3777acf commit 69bc58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Field.purs

+1-1
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 = 0` for all `a` and `b` ``
2121
class EuclideanRing a <= Field a
2222

2323
instance fieldNumber :: Field Number

0 commit comments

Comments
 (0)