Skip to content

Commit a035c5b

Browse files
committed
Update StringSlicer.java
1 parent 59ef296 commit a035c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/codefortomorrow/beginner/chapter3/solutions/StringSlicer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public static void main(String[] args){
1919

2020
//Use the single-argument substring + lowercase
2121
System.out.println(s3.toLowerCase().substring(1));
22-
//You can also use substring(1,13)
22+
//You can also use substring(1,15)
2323
}
2424
}

0 commit comments

Comments
 (0)