Skip to content

Commit 756ef60

Browse files
authored
Merge pull request #101 from thoradam/master
Fix missing word in docstring
2 parents 9f3997b + 07694b2 commit 756ef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/HeytingAlgebra.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Data.HeytingAlgebra
55

66
import Data.Unit (Unit, unit)
77

8-
-- | The `HeytingAlgebra` type class represents types are bounded lattices with
8+
-- | The `HeytingAlgebra` type class represents types that are bounded lattices with
99
-- | an implication operator such that the following laws hold:
1010
-- |
1111
-- | - Associativity:

0 commit comments

Comments
 (0)