diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2022-10-22 16:42:21 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-23 03:06:39 +0300 |
| commit | fa2585d0b364143fb588b8bb611eaa4d1c277811 (patch) | |
| tree | 529fe5facf7c43c453a8569073b31fc122efcc68 /docs/yaml/elementary | |
| parent | b98356e0557399803895755a5f513841345fba1b (diff) | |
| download | meson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz | |
Fix typos in docs
Diffstat (limited to 'docs/yaml/elementary')
| -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 9c4ec9d83..7b60e1e94 100644 --- a/docs/yaml/elementary/str.yml +++ b/docs/yaml/elementary/str.yml @@ -39,7 +39,7 @@ methods: # str.replace(old, new) - name: replace - description: Search all occurences of `old` and and replace it with `new` + description: Search all occurrences of `old` and and replace it with `new` returns: str since: 0.58.0 example: | |
