From d8f6acee4b16e57325e72d39bdb00214227a3869 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Fri, 19 Jan 2018 00:10:33 -0200 Subject: [DOCS] Fixed incorrect information inside String's "find_last" method. --- doc/classes/String.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 @@ - 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. -- cgit v1.2.3