Skip to content

Commit f9bde67

Browse files
authored
Merge pull request #178 from sectore/sectore-typo
Typo
2 parents 3fcaeb9 + 0a28de2 commit f9bde67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Monoid/Disj.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Data.Eq (class Eq1)
66
import Data.HeytingAlgebra (ff, tt)
77
import Data.Ord (class Ord1)
88

9-
-- | Monoid and semigroup for disjuntion.
9+
-- | Monoid and semigroup for disjunction.
1010
-- |
1111
-- | ``` purescript
1212
-- | Disj x <> Disj y == Disj (x || y)

0 commit comments

Comments
 (0)