summaryrefslogtreecommitdiff
path: root/docs/yaml/elementary/str.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/elementary/str.yml')
-rw-r--r--docs/yaml/elementary/str.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/yaml/elementary/str.yml b/docs/yaml/elementary/str.yml
index e55243f22..b79577ab5 100644
--- a/docs/yaml/elementary/str.yml
+++ b/docs/yaml/elementary/str.yml
@@ -219,10 +219,15 @@ methods:
# path now has the value '/usr/bin:/bin:/usr/local/bin'
```
- posargs:
- string_list:
- type: list[str]
- description: The list to join with the current string
+ varargs:
+ name: strings
+ type: str
+ since: 0.60.0
+ description: |
+ The strings to join with the current string.
+
+ Before Meson *0.60.0* this function only accepts a single positional
+ argument of the type [[list[str]]].
# str.underscorify
- name: underscorify