about summary refs log tree commit diff
path: root/doc/functions
diff options
context:
space:
mode:
authorFlorian Engel <florianengel39@gmail.com>2021-03-14 10:27:26 +0100
committerFlorian Engel <florianengel39@gmail.com>2021-03-14 10:27:26 +0100
commit22cb630a6642985237130ab5d232ee1ec66d52d4 (patch)
tree4c5eccc3a827e05456a12edebebc86e99df884ba /doc/functions
parent727471ee5155982e0099925bc27ef8380b32d091 (diff)
Fix type description for attrByPath
The output type was missing
Diffstat (limited to 'doc/functions')
-rw-r--r--doc/functions/library/attrsets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functions/library/attrsets.xml b/doc/functions/library/attrsets.xml
index 9a4e640935feb..de8414249abff 100644
--- a/doc/functions/library/attrsets.xml
+++ b/doc/functions/library/attrsets.xml
@@ -7,7 +7,7 @@
  <section xml:id="function-library-lib.attrsets.attrByPath">
   <title><function>lib.attrset.attrByPath</function></title>
 
-  <subtitle><literal>attrByPath :: [String] -> Any -> AttrSet</literal>
+  <subtitle><literal>attrByPath :: [String] -> Any -> AttrSet -> Any</literal>
   </subtitle>
 
   <xi:include href="./locations.xml" xpointer="lib.attrsets.attrByPath" />