forked from mirrors/nixpkgs
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
|
||||
handle unicode.
|
||||
|
||||
Type: stringtoCharacters :: string -> [string]
|
||||
Type: stringToCharacters :: string -> [string]
|
||||
|
||||
Example:
|
||||
stringToCharacters ""
|
||||
|
|
Loading…
Reference in a new issue