Skip to content

Commit ac7352a

Browse files
authored
fix typo in doc (#275)
1 parent 6ddee1b commit ac7352a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Void.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Data.Void (Void, absurd) where
33
import Data.Show (class Show)
44

55
-- | An uninhabited data type. In other words, one can never create
6-
-- | a runtime value of type `Void` becaue no such value exists.
6+
-- | a runtime value of type `Void` because no such value exists.
77
-- |
88
-- | `Void` is useful to eliminate the possibility of a value being created.
99
-- | For example, a value of type `Either Void Boolean` can never have

0 commit comments

Comments
 (0)