We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9967374 commit aed29feCopy full SHA for aed29fe
src/main/java/com/in28minutes/java/string/StringExamples.java
@@ -55,7 +55,7 @@ public static void main(String[] args) {
55
56
// All characters from index paramInt
57
// String substring(int paramInt)
58
- System.out.println("abcdefghij".substring(3)); // cdefghij
+ System.out.println("abcdefghij".substring(3)); // defghij
59
// 0123456789
60
61
// All characters from index 3 to 6
0 commit comments