mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Clarify that String.insert returns a copy
Supersedes and closes #32620.
This commit is contained in:
@@ -459,7 +459,7 @@
|
||||
<argument index="1" name="what" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Inserts a substring at a given position.
|
||||
Returns a copy of the string with the substring [code]what[/code] inserted at the given position.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_abs_path">
|
||||
|
||||
Reference in New Issue
Block a user