diff options
| author | Poommetee Ketson | 2018-01-19 10:22:21 +0700 |
|---|---|---|
| committer | GitHub | 2018-01-19 10:22:21 +0700 |
| commit | d7e07fb25a60e8aaca8634aaf9683730aa44049d (patch) | |
| tree | 0e061b63de5f7abba8b258c753f930e52ec45f5e /doc/classes | |
| parent | 9d98e6d2e44cc07efbac703e6a4a276d45818408 (diff) | |
| parent | d8f6acee4b16e57325e72d39bdb00214227a3869 (diff) | |
| download | godot-d7e07fb25a60e8aaca8634aaf9683730aa44049d.tar.gz godot-d7e07fb25a60e8aaca8634aaf9683730aa44049d.tar.zst godot-d7e07fb25a60e8aaca8634aaf9683730aa44049d.zip | |
Diffstat (limited to 'doc/classes')
| -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 19ab36725..73d3da39c 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"> |
