1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 00:06:47 +02:00

Update java en file to fix small typo buy to by

This commit is contained in:
Levi Bostian
2015-10-06 09:36:03 -05:00
parent c7fd8814af
commit 9b0877f7eb

View File

@@ -338,7 +338,7 @@ public class LearnJava {
} }
// But there's a nifty way to achive the same thing in an // 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. // Initialization.
private static final Set<String> COUNTRIES = HashSet<String>() {{ private static final Set<String> COUNTRIES = HashSet<String>() {{