aboutsummaryrefslogtreecommitdiff
path: root/lib/attrsets.nix
diff options
context:
space:
mode:
authorPierre Allix <pierre.allix.work@gmail.com>2020-06-16 13:48:57 +0200
committerPierre Allix <pierre.allix.work@gmail.com>2020-06-16 13:48:57 +0200
commit106be3f6fea049da299d1da85d012faea1c8e70e (patch)
tree803b9963aeaea4c251e429244322c8a90a5f3bef /lib/attrsets.nix
parentac7a5f3685687351ba3085a0e5080ae1a75c1456 (diff)
lib/attrsets: fix typo in the comment of mapAttrsRecursiveCond
Diffstat (limited to 'lib/attrsets.nix')
-rw-r--r--lib/attrsets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attrsets.nix b/lib/attrsets.nix
index 7d84c25de77a..82bea7af31fc 100644
--- a/lib/attrsets.nix
+++ b/lib/attrsets.nix
@@ -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: