Skip to content

Commit

Permalink
doc: builtins.attrNames returns alphabetically sorted list
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed May 10, 2017
1 parent 03ae5e6 commit 82a9c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/expressions/builtins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 a sorted list. For instance,
<replaceable>set</replaceable> in alphabetically sorted list. For instance,
<literal>builtins.attrNames { y = 1; x = "foo"; }</literal>
evaluates to <literal>[ "x" "y" ]</literal>.</para></listitem>

Expand Down

0 comments on commit 82a9c93

Please sign in to comment.