mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00: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() {
|
public void tellItLikeItIs() {
|
||||||
switch (day) {
|
switch (day) {
|
||||||
case MONDAY:
|
case MONDAY:
|
||||||
System.out.println("Понеділкі важкі.");
|
System.out.println("Понеділки важкі.");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FRIDAY:
|
case FRIDAY:
|
||||||
|
Loading…
Reference in New Issue
Block a user