From 313c4b7d8e9a31da8356a7c0e04d1bbd2c74a42d Mon Sep 17 00:00:00 2001 From: Sertonix Date: Wed, 3 Dec 2025 22:21:57 +0000 Subject: Docs: fix typo in str.yml --- docs/yaml/elementary/str.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3