diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-01-19 00:10:33 -0200 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-01-19 00:10:33 -0200 |
commit | d8f6acee4b16e57325e72d39bdb00214227a3869 (patch) | |
tree | 363fffceec4c0ab66a6a320e7ddfcc142573c1aa /doc | |
parent | 7b4e45b794d33ad5277d6d5f99efc7b8cc1fd2dc (diff) |
[DOCS] Fixed incorrect information inside String's "find_last" method.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/String.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 5ae1c6608b..21c8ca787d 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -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"> |