Clarify that String.insert returns a copy
Supersedes and closes #32620.
This commit is contained in:
parent
bcb6a99154
commit
121fb46ab9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue