Merge pull request #158836 from johnrichardrinehart/lib/typo

fix: typo in lib/attrsets.nix
This commit is contained in:
Robert Hensing 2022-02-10 15:44:32 +01:00 committed by GitHub
commit 86045424d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.