fix documentation typo in lib/strings.nix (#17684)
This commit is contained in:
parent
a00a2466b6
commit
0a0b7eb5f2
|
@ -248,7 +248,7 @@ rec {
|
||||||
/* Converts an ASCII string to upper-case.
|
/* Converts an ASCII string to upper-case.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
toLower "home"
|
toUpper "home"
|
||||||
=> "HOME"
|
=> "HOME"
|
||||||
*/
|
*/
|
||||||
toUpper = replaceChars lowerChars upperChars;
|
toUpper = replaceChars lowerChars upperChars;
|
||||||
|
|
Loading…
Reference in New Issue