Skip to content

Commit 203e909

Browse files
authored
correct ENDETwith to endsWith
1 parent 9b25283 commit 203e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Data Types/stringObject.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ String stringOne = String(5.698, 3); // Ein float mit Dezim
104104
* #SPRACHE# link:../string/functions/compareto[compareTo()]
105105
* #SPRACHE# link:../string/functions/concat[concat()]
106106
* #SPRACHE# link:../string/functions/c_str[c_str()]
107-
* #SPRACHE# link:../string/functions/ENDETwith[ENDETWith()]
107+
* #SPRACHE# link:../string/functions/endsWith[endsWith()]
108108
* #SPRACHE# link:../string/functions/equals[equals()]
109109
* #SPRACHE# link:../string/functions/equalsignorecase[equalsIgnoreCase()]
110110
* #SPRACHE# link:../string/functions/getbytes[getBytes()]

0 commit comments

Comments
 (0)