Skip to content

Commit ca2fee8

Browse files
authored
Remove reference to fromChar in documentation
- `fromChar` was removed in #59.
1 parent c481583 commit ca2fee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Data/String.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ foreign import _charAt :: (forall a. a -> Maybe a)
4747
-> Maybe Char
4848

4949
-- | Returns a string of length `1` containing the given character.
50-
-- | Same as `fromChar`.
5150
foreign import singleton :: Char -> String
5251

5352
-- | Returns the numeric Unicode value of the character at the given index,

0 commit comments

Comments
 (0)