Skip to content

Commit dc10694

Browse files
authored
Merge pull request #191 from Thimoteus/fix-conj-docs
fix documentation in Data.Monoid.Conj
2 parents cdcc13e + b45e69a commit dc10694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Monoid/Conj.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import Data.Eq (class Eq1)
66
import Data.HeytingAlgebra (ff, tt)
77
import Data.Ord (class Ord1)
88

9-
-- | Monoid and semigroup for conjuntion.
9+
-- | Monoid and semigroup for conjunction.
1010
-- |
1111
-- | ``` purescript
1212
-- | Conj x <> Conj y == Conj (x && y)
13-
-- | mempty :: Conj _ == Conj top
13+
-- | mempty :: Conj _ == Conj tt
1414
-- | ```
1515
newtype Conj a = Conj a
1616

0 commit comments

Comments
 (0)