in28minutes / JavaInterviewQuestionsAndAnswers

Java Interview Questions and Answers
https://github.com/in28minutes/learn
1.08k stars 879 forks source link

Found a minor typo in the Strings section #3

Closed userhiren closed 5 years ago

userhiren commented 5 years ago

The comment next to the code line shows the value cdefghij but should be defghij

https://github.com/in28minutes/JavaInterviewQuestionsAndAnswers/blob/master/src/main/java/com/in28minutes/java/string/StringExamples.java#L58

in28minutes commented 5 years ago

Thanks Hiren. Fixed Now.