Clarify that String.insert returns a copy

Supersedes and closes #32620.
This commit is contained in:
Rémi Verschelde 2019-11-07 13:12:06 +01:00
parent bcb6a99154
commit 121fb46ab9

View File

@ -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">