about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-01-29 08:17:46 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-05-18 17:50:04 +0200
commit01e12c7db6d32ca1a6a50dfc1b3baab95bd1dc1d (patch)
treeeb0387c07bce7bb9d9993228b316e48610c2ed95 /lib
parenta6dbedae4a95cb87d7dd5b96a74bf22224e31bd4 (diff)
lib/types.nix: Fix getSubOptions doc
This comment was added in 73f32d03758a5, when it was already
supposed to be an attrset.
Diffstat (limited to 'lib')
-rw-r--r--lib/types.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 53c6c07f73781..782200a89672a 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -151,7 +151,7 @@ rec {
       # If it doesn't, this should be {}
       # This may be used when a value is required for `mkIf false`. This allows the extra laziness in e.g. `lazyAttrsOf`.
       emptyValue ? {}
-    , # Return a flat list of sub-options.  Used to generate
+    , # Return a flat attrset of sub-options.  Used to generate
       # documentation.
       getSubOptions ? prefix: {}
     , # List of modules if any, or null if none.