Skip to content

Commit

Permalink
Merge pull request #90601 from pallix/fix-typo-in-lib-attrsets
Browse files Browse the repository at this point in the history
lib/attrsets: fix typo in the comment of mapAttrsRecursiveCond
  • Loading branch information
infinisil committed Jun 16, 2020
2 parents 15a059b + 106be3f commit 292cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/attrsets.nix
Expand Up @@ -253,7 +253,7 @@ rec {
/* Like `mapAttrsRecursive', but it takes an additional predicate
function that tells it whether to recursive into an attribute
set. If it returns false, `mapAttrsRecursiveCond' does not
recurse, but does apply the map function. It is returns true, it
recurse, but does apply the map function. If it returns true, it
does recurse, and does not apply the map function.
Type:
Expand Down

0 comments on commit 292cc4d

Please sign in to comment.