Skip to content

Commit 8d79a6b

Browse files
Refer to void as a keyword and fix comma mistake
1 parent 07bef30 commit 8d79a6b

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
@@ -9,7 +9,7 @@ import Data.Show (class Show)
99
-- | For example, a value of type `Either Void Boolean` can never have
1010
-- | a Left value created in PureScript.
1111
-- |
12-
-- | This should not be confused with the word, `void,` that commonly appears in
12+
-- | This should not be confused with the keyword `void` that commonly appears in
1313
-- | C-family languages, such as Java:
1414
-- | ```
1515
-- | public class Foo {

0 commit comments

Comments
 (0)