aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/debug.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/debug.yaml')
-rw-r--r--docs/yaml/functions/debug.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/debug.yaml b/docs/yaml/functions/debug.yaml
index a64bd92..4a4508c 100644
--- a/docs/yaml/functions/debug.yaml
+++ b/docs/yaml/functions/debug.yaml
@@ -5,10 +5,10 @@ description: Write the argument string to the meson build log.
posargs:
message:
- 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: msg
- 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 parameters will be separated by spaces