Skip to content

Commit c680ede

Browse files
authored
1 parent dc78175 commit c680ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Char/Gen.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Control.Monad.Gen (class MonadGen, chooseInt, oneOf)
66
import Data.Char as C
77
import Data.NonEmpty ((:|))
88

9-
-- | Generates a character of the Unicode basic multilingual plain.
9+
-- | Generates a character of the Unicode basic multilingual plane.
1010
genUnicodeChar :: forall m. MonadGen m => m Char
1111
genUnicodeChar = C.fromCharCode <$> chooseInt 0 65536
1212

0 commit comments

Comments
 (0)