Skip to content

Commit fd7ce00

Browse files
author
SimonePDA
authored
Merge pull request #309 from maoxm/patch-2
Change "S" to lowercase
2 parents cb26e78 + 2065b09 commit fd7ce00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Variables/Data Types/stringObject.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ String stringOne = String(5.698, 3); // using a
120120
* #LANGUAGE# link:../string/functions/replace[replace()]
121121
* #LANGUAGE# link:../string/functions/reserve[reserve()]
122122
* #LANGUAGE# link:../string/functions/setcharat[setCharAt()]
123-
* #LANGUAGE# link:../string/functions/startswith[StartsWith()]
123+
* #LANGUAGE# link:../string/functions/startswith[startsWith()]
124124
* #LANGUAGE# link:../string/functions/substring[substring()]
125125
* #LANGUAGE# link:../string/functions/tochararray[toCharArray()]
126126
* #LANGUAGE# link:../string/functions/toint[toInt()]
@@ -157,4 +157,4 @@ String stringOne = String(5.698, 3); // using a
157157
[role="language"]
158158

159159
--
160-
// SEE ALSO SECTION ENDS
160+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)