[DOCS] Fixed incorrect information inside String's "find_last" method.

This commit is contained in:
Michael Alexsander Silva Dias 2018-01-19 00:10:33 -02:00
parent 7b4e45b794
commit d8f6acee4b
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@
<argument index="0" name="what" type="String">
</argument>
<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>
</method>
<method name="findn">