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 59ef296 commit a035c5bCopy full SHA for a035c5b
src/com/codefortomorrow/beginner/chapter3/solutions/StringSlicer.java
@@ -19,6 +19,6 @@ public static void main(String[] args){
19
20
//Use the single-argument substring + lowercase
21
System.out.println(s3.toLowerCase().substring(1));
22
- //You can also use substring(1,13)
+ //You can also use substring(1,15)
23
}
24
0 commit comments