nixpkgs docs: Clarify zipAttrsWithNames's docs

This commit is contained in:
Graham Christensen 2018-10-12 16:23:49 -04:00
parent e6b0646b3b
commit 4edb31882c
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -1364,7 +1364,7 @@ lib.attrsets.optionalAttrs false { my = "set"; }
<para>
Merge sets of attributes and use the function <varname>f</varname> to merge
attribute values.
attribute values where the attribute name is in <varname>names</varname>.
</para>
<variablelist>