diff options
author | kobewi <kobewi4e@gmail.com> | 2022-01-02 18:32:49 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-01-02 21:09:18 +0100 |
commit | 2cad7754617f3d7b434d1e9dd7e9ceb30e93d323 (patch) | |
tree | ddf93784dda1234ebb78fe2e6bdef573e97b5689 /doc/classes/String.xml | |
parent | 223beef14a6c6a3c904a3810c2fba353994937c2 (diff) |
Fix usage of "Return" in the docs
Diffstat (limited to 'doc/classes/String.xml')
-rw-r--r-- | doc/classes/String.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index cd6fc10931..d86c577e5e 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -340,7 +340,7 @@ <return type="String" /> <argument index="0" name="parts" type="PackedStringArray" /> <description> - Return a [String] which is the concatenation of the [code]parts[/code]. The separator between elements is the string providing this method. + Returns a [String] which is the concatenation of the [code]parts[/code]. The separator between elements is the string providing this method. Example: [codeblocks] [gdscript] |