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:
@@ -711,7 +711,7 @@ public class EnumTest {
|
||||
public void tellItLikeItIs() {
|
||||
switch (day) {
|
||||
case MONDAY:
|
||||
System.out.println("Понеділкі важкі.");
|
||||
System.out.println("Понеділки важкі.");
|
||||
break;
|
||||
|
||||
case FRIDAY:
|
||||
|
Reference in New Issue
Block a user