Explorar o código

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

Michael Alexsander Silva Dias %!s(int64=7) %!d(string=hai) anos
pai
achega
d8f6acee4b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/String.xml

+ 1 - 1
doc/classes/String.xml

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