diff options
| author | Sertonix <sertonix@posteo.net> | 2025-12-03 22:21:57 +0000 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-12-03 20:11:31 -0800 |
| commit | 313c4b7d8e9a31da8356a7c0e04d1bbd2c74a42d (patch) | |
| tree | 8ca7c65136bb5c0a815fa801c5e7ebd1892785ca /docs/yaml | |
| parent | 814ef370b5d51cb563cade90fa6f1d1909aea6a3 (diff) | |
| download | meson-313c4b7d8e9a31da8356a7c0e04d1bbd2c74a42d.tar.gz | |
Docs: fix typo in str.yml
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/elementary/str.yml | 2 |
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 |
