mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
fix typo in uk-ua/java file
This commit is contained in:
parent
9aac9b305b
commit
fbba6ede12
@ -711,7 +711,7 @@ public class EnumTest {
|
||||
public void tellItLikeItIs() {
|
||||
switch (day) {
|
||||
case MONDAY:
|
||||
System.out.println("Понеділкі важкі.");
|
||||
System.out.println("Понеділки важкі.");
|
||||
break;
|
||||
|
||||
case FRIDAY:
|
||||
|
Loading…
Reference in New Issue
Block a user