mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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.
|
||||
|
||||
Example:
|
||||
toLower "home"
|
||||
toUpper "home"
|
||||
=> "HOME"
|
||||
*/
|
||||
toUpper = replaceChars lowerChars upperChars;
|
||||
|
Loading…
Reference in New Issue
Block a user