1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

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() {
switch (day) {
case MONDAY:
System.out.println("Понеділкі важкі.");
System.out.println("Понеділки важкі.");
break;
case FRIDAY: