summary refs log tree commit diff
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
parent727471ee5155982e0099925bc27ef8380b32d091 (diff)
downloadnixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.tar
nixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.tar.gz
nixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.tar.bz2
nixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.tar.lz
nixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.tar.xz
nixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.tar.zst
nixpkgs-22cb630a6642985237130ab5d232ee1ec66d52d4.zip
Fix type description for attrByPath
The output type was missing
-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 9a4e640935f..de8414249ab 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" />