diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2018-01-19 10:22:21 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 10:22:21 +0700 |
commit | d7e07fb25a60e8aaca8634aaf9683730aa44049d (patch) | |
tree | 0e061b63de5f7abba8b258c753f930e52ec45f5e | |
parent | 9d98e6d2e44cc07efbac703e6a4a276d45818408 (diff) | |
parent | d8f6acee4b16e57325e72d39bdb00214227a3869 (diff) |
Merge pull request #15857 from YeldhamDev/find_last_doc
[DOCS] Fixed incorrect information inside String's "find_last" method
[ci skip]
-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 19ab367257..73d3da39c6 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"> |