mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Update java en file to fix small typo buy
to by
This commit is contained in:
parent
c7fd8814af
commit
9b0877f7eb
@ -338,7 +338,7 @@ public class LearnJava {
|
||||
}
|
||||
|
||||
// But there's a nifty way to achive the same thing in an
|
||||
// easier way, buy using something that is called Double Brace
|
||||
// easier way, by using something that is called Double Brace
|
||||
// Initialization.
|
||||
|
||||
private static final Set<String> COUNTRIES = HashSet<String>() {{
|
||||
|
Loading…
Reference in New Issue
Block a user