aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/message.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/message.yaml')
-rw-r--r--docs/yaml/functions/message.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/message.yaml b/docs/yaml/functions/message.yaml
index e480457..339dfc4 100644
--- a/docs/yaml/functions/message.yaml
+++ b/docs/yaml/functions/message.yaml
@@ -6,11 +6,11 @@ arg_flattening: false
posargs:
text:
- type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
+ type: str | int | bool | array[str | int | bool] | dict[str | int | bool]
description: The message to print.
varargs:
name: more_text
since: 0.54.0
- type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
+ type: str | int | bool | array[str | int | bool] | dict[str | int | bool]
description: Additional text that will be printed separated by spaces.