mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
doc: correct typos and spelling (#237098)
This commit is contained in:
parent
30a6ecff17
commit
1b6f640687
8 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ let
|
|||
if v == true then ''"yes"''
|
||||
else if v == false then ''"no"''
|
||||
else if isString v then ''"${v}"''
|
||||
# and delegats all other values to the default generator
|
||||
# and delegates all other values to the default generator
|
||||
else generators.mkValueStringDefault {} v;
|
||||
} ":";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue