Skip to content

Commit aa5b161

Browse files
menelaoshdgarrood
authored andcommitted
Fix documentation for singleton (#115)
1 parent 94c843b commit aa5b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/String/CodePoints.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ codePointFromChar = fromEnum >>> CodePoint
8181
-- | constant space and time.
8282
-- |
8383
-- | ```purescript
84-
-- | >>> map singleton (codePointFromInt 0x1D400)
84+
-- | >>> map singleton (toEnum 0x1D400)
8585
-- | Just "𝐀"
8686
-- | ```
8787
-- |

0 commit comments

Comments
 (0)