fix documentation typo in lib/strings.nix (#17684)

wip/yesman
Данило Глинський (Danylo Hlynskyi) 8 years ago committed by Robin Gloster
parent a00a2466b6
commit 0a0b7eb5f2
  1. 2
      lib/strings.nix

@ -248,7 +248,7 @@ rec {
/* Converts an ASCII string to upper-case.
Example:
toLower "home"
toUpper "home"
=> "HOME"
*/
toUpper = replaceChars lowerChars upperChars;

Loading…
Cancel
Save