Skip to content

Commit 07694b2

Browse files
authored
Fix missing word in docstring
1 parent 9f3997b commit 07694b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/HeytingAlgebra.purs

Lines changed: 1 addition & 1 deletion
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)