mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Clarify that String.insert returns a copy
Supersedes and closes #32620.
This commit is contained in:
parent
bcb6a99154
commit
121fb46ab9
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user