mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 04:20:39 +02:00
fix typo in uk-ua/java file
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user