summary refs log tree commit diff
path: root/doc/functions
diff options
context:
space:
mode:
authorErlend Pedersen <erlendpe@online.no>2021-05-08 13:55:11 +0200
committerGitHub <noreply@github.com>2021-05-08 13:55:11 +0200
commit3452a739d14dcee962479852760dddd661ba01a0 (patch)
tree0cf33cb23770c28c68166285bbc781d525e7c3df /doc/functions
parent06efb08ec4377a9b6ecd0e22ba7b4b929fbcb533 (diff)
downloadnixpkgs-3452a739d14dcee962479852760dddd661ba01a0.tar
nixpkgs-3452a739d14dcee962479852760dddd661ba01a0.tar.gz
nixpkgs-3452a739d14dcee962479852760dddd661ba01a0.tar.bz2
nixpkgs-3452a739d14dcee962479852760dddd661ba01a0.tar.lz
nixpkgs-3452a739d14dcee962479852760dddd661ba01a0.tar.xz
nixpkgs-3452a739d14dcee962479852760dddd661ba01a0.tar.zst
nixpkgs-3452a739d14dcee962479852760dddd661ba01a0.zip
nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179)
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 de8414249ab..912d6d47798 100644
--- a/doc/functions/library/attrsets.xml
+++ b/doc/functions/library/attrsets.xml
@@ -855,7 +855,7 @@ lib.attrsets.mapAttrs' (name: value: lib.attrsets.nameValuePair ("foo_" + name)
   <title><function>lib.attrsets.mapAttrsToList</function></title>
 
   <subtitle><literal>mapAttrsToList :: (String -> Any -> Any) ->
-   AttrSet -> Any</literal>
+   AttrSet -> [Any]</literal>
   </subtitle>
 
   <xi:include href="./locations.xml" xpointer="lib.attrsets.mapAttrsToList" />