mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix usage of "Return" in the docs
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user