mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Fix type description for attrByPath
The output type was missing
This commit is contained in:
parent
727471ee51
commit
22cb630a66
|
@ -7,7 +7,7 @@
|
||||||
<section xml:id="function-library-lib.attrsets.attrByPath">
|
<section xml:id="function-library-lib.attrsets.attrByPath">
|
||||||
<title><function>lib.attrset.attrByPath</function></title>
|
<title><function>lib.attrset.attrByPath</function></title>
|
||||||
|
|
||||||
<subtitle><literal>attrByPath :: [String] -> Any -> AttrSet</literal>
|
<subtitle><literal>attrByPath :: [String] -> Any -> AttrSet -> Any</literal>
|
||||||
</subtitle>
|
</subtitle>
|
||||||
|
|
||||||
<xi:include href="./locations.xml" xpointer="lib.attrsets.attrByPath" />
|
<xi:include href="./locations.xml" xpointer="lib.attrsets.attrByPath" />
|
||||||
|
|
Loading…
Reference in a new issue