From 5688e7ff351373f99fae9a7fb452978b5fc99450 Mon Sep 17 00:00:00 2001 From: John Rinehart Date: Thu, 10 Feb 2022 01:15:15 +0200 Subject: fix: typo in lib/attrsets.nix --- lib/attrsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/attrsets.nix b/lib/attrsets.nix index dafdd98f498..a88947b4585 100644 --- a/lib/attrsets.nix +++ b/lib/attrsets.nix @@ -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. -- cgit 1.4.1