mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
doc: Fix xref in functions description
This was accidentally broken by 3c78ad2561
.
This commit is contained in:
parent
b187fab93e
commit
64d7a3266b
@ -166,7 +166,7 @@ lib.attrsets.setAttrByPath [ "a" "b" ] 3
|
|||||||
<xi:include href="./locations.xml" xpointer="lib.attrsets.getAttrFromPath" />
|
<xi:include href="./locations.xml" xpointer="lib.attrsets.getAttrFromPath" />
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Like [](#function-library-lib.attrsets.attrByPath) except without a default, and it will throw if the value doesn't exist.
|
Like <xref linkend="function-library-lib.attrsets.attrByPath" /> except without a default, and it will throw if the value doesn't exist.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -1480,7 +1480,7 @@ lib.attrsets.zipAttrsWith
|
|||||||
<xi:include href="./locations.xml" xpointer="lib.attrsets.zipAttrs" />
|
<xi:include href="./locations.xml" xpointer="lib.attrsets.zipAttrs" />
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Merge sets of attributes and combine each attribute value in to a list. Similar to [](#function-library-lib.attrsets.zipAttrsWith) where the merge function returns a list of all values.
|
Merge sets of attributes and combine each attribute value in to a list. Similar to <xref linkend="function-library-lib.attrsets.zipAttrsWith" /> where the merge function returns a list of all values.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user