From 4edb31882c9830d947202542a13bdb0ede17e782 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 12 Oct 2018 16:23:49 -0400 Subject: [PATCH] nixpkgs docs: Clarify zipAttrsWithNames's docs --- doc/functions/library/attrsets.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/functions/library/attrsets.xml b/doc/functions/library/attrsets.xml index b49ccaf739ac..fe44dfe4f8e6 100644 --- a/doc/functions/library/attrsets.xml +++ b/doc/functions/library/attrsets.xml @@ -1364,7 +1364,7 @@ lib.attrsets.optionalAttrs false { my = "set"; } Merge sets of attributes and use the function f to merge - attribute values. + attribute values where the attribute name is in names.