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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/elementary/str.yml b/docs/yaml/elementary/str.yml
index c70a4f5dc..c2b6c350f 100644
--- a/docs/yaml/elementary/str.yml
+++ b/docs/yaml/elementary/str.yml
@@ -250,7 +250,7 @@ methods:
returns: str
description: |
The opposite of split,
- for example `'.'.join(['a', 'b', 'c']` yields `'a.b.c'`.
+ for example `'.'.join(['a', 'b', 'c'])` yields `'a.b.c'`.
example: |
```meson