about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-01-29 19:13:37 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-01-29 19:13:37 +0100
commit2b4a1a1d4f9db1b7007966d6205645acc5f7e57b (patch)
tree6586baabca4d634bb4f94fac6d6120e465648731 /nixos/doc
parentb78ba9bc68b003288d56bab62693ea28e2cdfd76 (diff)
downloadnixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.tar
nixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.tar.gz
nixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.tar.bz2
nixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.tar.lz
nixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.tar.xz
nixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.tar.zst
nixlib-2b4a1a1d4f9db1b7007966d6205645acc5f7e57b.zip
doc/option-types: Definitions are not declared
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/development/option-types.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md
index f9c7ac80018e..04edf99e70b0 100644
--- a/nixos/doc/manual/development/option-types.section.md
+++ b/nixos/doc/manual/development/option-types.section.md
@@ -326,7 +326,7 @@ Composed types are types that take a type as parameter. `listOf
 `types.uniq` *`t`*
 
 :   Ensures that type *`t`* cannot be merged. It is used to ensure option
-    definitions are declared only once.
+    definitions are provided only once.
 
 `types.unique` `{ message = m }` *`t`*