aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Yaml-RefMan.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Yaml-RefMan.md')
-rw-r--r--docs/markdown/Yaml-RefMan.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Yaml-RefMan.md b/docs/markdown/Yaml-RefMan.md
index 2872791..cce844b 100644
--- a/docs/markdown/Yaml-RefMan.md
+++ b/docs/markdown/Yaml-RefMan.md
@@ -150,9 +150,9 @@ optargs:
...
varargs:
- name: Some name # [required]
- type: str | list[str | int] # [required]
- description: Some helpful text # [required]
+ name: Some name # [required]
+ type: str | array[str | int] # [required]
+ description: Some helpful text # [required]
since: 0.42.0
deprecated: 100.99.0
min_varargs: 1