Skip to content

Commit 7445c05

Browse files
committed
fix typo
1 parent 52b5916 commit 7445c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Returns the character at the given index.
452452
char :: String -> Char
453453
```
454454

455-
Converts a string of length `1` to a character..
455+
Converts a string of length `1` to a character.
456456

457457
**Unsafe:** throws runtime exception if length is not `1`.
458458

src/Data/String/Unsafe.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module Data.String.Unsafe
3737
}
3838
""" :: Number -> String -> Char
3939

40-
-- | Converts a string of length `1` to a character..
40+
-- | Converts a string of length `1` to a character.
4141
-- |
4242
-- | **Unsafe:** throws runtime exception if length is not `1`.
4343
foreign import char

0 commit comments

Comments
 (0)