We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab4e52 commit 07bef30Copy full SHA for 07bef30
src/Data/Void.purs
@@ -10,7 +10,7 @@ import Data.Show (class Show)
10
-- | a Left value created in PureScript.
11
-- |
12
-- | This should not be confused with the word, `void,` that commonly appears in
13
--- | C-deriving languages, such as Java:
+-- | C-family languages, such as Java:
14
-- | ```
15
-- | public class Foo {
16
-- | void doSomething() { System.out.println("hello world!"); }
0 commit comments