Skip to content

Commit 07bef30

Browse files
Use "C-family" rather than "C-deriving" rendering
1 parent 5ab4e52 commit 07bef30

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
@@ -10,7 +10,7 @@ import Data.Show (class Show)
1010
-- | a Left value created in PureScript.
1111
-- |
1212
-- | This should not be confused with the word, `void,` that commonly appears in
13-
-- | C-deriving languages, such as Java:
13+
-- | C-family languages, such as Java:
1414
-- | ```
1515
-- | public class Foo {
1616
-- | void doSomething() { System.out.println("hello world!"); }

0 commit comments

Comments
 (0)