Skip to content

Commit d1ecf84

Browse files
authored
Merge pull request #84 from ijks/bmp-typo
Fix typo: 'plain' -> 'plane'
2 parents dc78175 + c680ede commit d1ecf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Char/Gen.purs

+1-1
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)