This commit is contained in:
Eelco Dolstra 2017-05-10 18:38:17 +02:00
parent c5f23f10a8
commit 1fd59447d5
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -65,7 +65,7 @@ available as <function>builtins.derivation</function>.</para>
<replaceable>set</replaceable></term>
<listitem><para>Return the names of the attributes in the set
<replaceable>set</replaceable> in alphabetically sorted list. For instance,
<replaceable>set</replaceable> in an alphabetically sorted list. For instance,
<literal>builtins.attrNames { y = 1; x = "foo"; }</literal>
evaluates to <literal>[ "x" "y" ]</literal>.</para></listitem>