Skip to content

Commit 3777acf

Browse files
authored
Fix typo
Close quotes to make documentation display correctly
1 parent 4650e8d commit 3777acf

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)