Skip to content

Commit 6ee36cf

Browse files
committed
Minor improvements
1 parent 36dcd0c commit 6ee36cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/olegshan/tools/MonthsTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class MonthsTools {
5252

5353
}
5454

55-
//if day or month start with '0'
55+
//if day or month starts with '0'
5656
public static void removeZero(String[] dateParts) {
5757
for (int i = 0; i < dateParts.length; i++) {
5858
if (dateParts[i].startsWith("0")) {

0 commit comments

Comments
 (0)