about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2024-02-10 02:52:45 +0100
committerGitHub <noreply@github.com>2024-02-10 02:52:45 +0100
commitf37ba1976518f61217dcee655412288b09441cde (patch)
tree06392f647e18d6b283f46e49bf66abb9d1b71910 /nixos/doc/manual
parentddc9133e53aa4a48135a6e9e50277c327ac73b72 (diff)
parent542f5d4f4d80a35d8f03aa5cf2a2a0b1a0345c41 (diff)
downloadnixlib-f37ba1976518f61217dcee655412288b09441cde.tar
nixlib-f37ba1976518f61217dcee655412288b09441cde.tar.gz
nixlib-f37ba1976518f61217dcee655412288b09441cde.tar.bz2
nixlib-f37ba1976518f61217dcee655412288b09441cde.tar.lz
nixlib-f37ba1976518f61217dcee655412288b09441cde.tar.xz
nixlib-f37ba1976518f61217dcee655412288b09441cde.tar.zst
nixlib-f37ba1976518f61217dcee655412288b09441cde.zip
Merge pull request #284512 from hercules-ci/lib-types-unique-merge
lib.types.unique: Check inner type deeply
Diffstat (limited to 'nixos/doc/manual')
-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`*