Skip to content

Commit 018455d

Browse files
authored
Merge pull request #63 from paulyoung/from-char
Remove reference to `fromChar` in documentation
2 parents c481583 + ca2fee8 commit 018455d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)