We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b5916 commit 7445c05Copy full SHA for 7445c05
README.md
@@ -452,7 +452,7 @@ Returns the character at the given index.
452
char :: String -> Char
453
```
454
455
-Converts a string of length `1` to a character..
+Converts a string of length `1` to a character.
456
457
**Unsafe:** throws runtime exception if length is not `1`.
458
src/Data/String/Unsafe.purs
@@ -37,7 +37,7 @@ module Data.String.Unsafe
37
}
38
""" :: Number -> String -> Char
39
40
- -- | Converts a string of length `1` to a character..
+ -- | Converts a string of length `1` to a character.
41
-- |
42
-- | **Unsafe:** throws runtime exception if length is not `1`.
43
foreign import char
0 commit comments