lib/strings: fix comment typo
This commit is contained in:
parent
5e329ff83c
commit
fc3bd1aeb9
|
@ -244,7 +244,7 @@ rec {
|
||||||
Also note that Nix treats strings as a list of bytes and thus doesn't
|
Also note that Nix treats strings as a list of bytes and thus doesn't
|
||||||
handle unicode.
|
handle unicode.
|
||||||
|
|
||||||
Type: stringtoCharacters :: string -> [string]
|
Type: stringToCharacters :: string -> [string]
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
stringToCharacters ""
|
stringToCharacters ""
|
||||||
|
|
Loading…
Reference in New Issue