fix: typo in lib/attrsets.nix
This commit is contained in:
parent
c5051e2b5f
commit
5688e7ff35
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ rec {
|
|||
|
||||
|
||||
/* Like `mapAttrsRecursive', but it takes an additional predicate
|
||||
function that tells it whether to recursive into an attribute
|
||||
function that tells it whether to recurse into an attribute
|
||||
set. If it returns false, `mapAttrsRecursiveCond' does not
|
||||
recurse, but does apply the map function. If it returns true, it
|
||||
does recurse, and does not apply the map function.
|
||||
|
|
Loading…
Reference in a new issue