about summary refs log tree commit diff
path: root/nixos/doc/manual/development/option-types.section.md
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-21 21:52:56 +0100
committerNaïm Favier <n@monade.li>2022-12-27 17:13:49 +0100
commit3f6fed2e59d556a5cec475b14b7af54558e19f25 (patch)
tree3da6325882399f0f6dce9e7e5c15a56b04f0dce6 /nixos/doc/manual/development/option-types.section.md
parente9e65810aca80e38dbc36f59a4400cfd5defaf82 (diff)
doc,nixos/doc: unescape ellipses
Leftovers from the CommonMark conversion.
Diffstat (limited to 'nixos/doc/manual/development/option-types.section.md')
-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 fcc0f91f18b63..0e9c4a4d16be4 100644
--- a/nixos/doc/manual/development/option-types.section.md
+++ b/nixos/doc/manual/development/option-types.section.md
@@ -324,7 +324,7 @@ Composed types are types that take a type as parameter. `listOf
 :   Type *`t1`* or type *`t2`*, e.g. `with types; either int str`.
     Multiple definitions cannot be merged.
 
-`types.oneOf` \[ *`t1 t2`* \... \]
+`types.oneOf` \[ *`t1 t2`* ... \]
 
 :   Type *`t1`* or type *`t2`* and so forth, e.g.
     `with types; oneOf [ int str bool ]`. Multiple definitions cannot be