Merge pull request #15857 from YeldhamDev/find_last_doc
[DOCS] Fixed incorrect information inside String's "find_last" method [ci skip]
This commit is contained in:
commit
d7e07fb25a
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@
|
||||||
<argument index="0" name="what" type="String">
|
<argument index="0" name="what" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Finds the last occurrence of a substring. Returns the starting position of the substring or -1 if not found. Optionally, the initial search index can be passed.
|
Finds the last occurrence of a substring. Returns the starting position of the substring or -1 if not found.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="findn">
|
<method name="findn">
|
||||||
|
|
Loading…
Reference in a new issue