Skip to content

Commit 24f4ca7

Browse files
Use 'void of C-family languages' rendering
1 parent 8d79a6b commit 24f4ca7

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
@@ -18,7 +18,7 @@ import Data.Show (class Show)
1818
-- | ```
1919
-- |
2020
-- | In PureScript, one often uses `Unit` to achieve similar effects as
21-
-- | the lowercased `void` above.
21+
-- | the `void` of C-family languages above.
2222
newtype Void = Void Void
2323

2424
instance showVoid :: Show Void where

0 commit comments

Comments
 (0)