fix typo in uk-ua/java file

This commit is contained in:
perry eising 2018-07-27 13:52:31 -07:00
parent 9aac9b305b
commit fbba6ede12

View File

@ -711,7 +711,7 @@ public class EnumTest {
public void tellItLikeItIs() { public void tellItLikeItIs() {
switch (day) { switch (day) {
case MONDAY: case MONDAY:
System.out.println("Понеділкі важкі."); System.out.println("Понеділки важкі.");
break; break;
case FRIDAY: case FRIDAY: