diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-06 09:36:03 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-06 09:36:03 -0500 |
commit | 9b0877f7ebb7a73deed0c6aea40102f4abec586d (patch) | |
tree | 607448533bb5581aa7f3d3e45bedfaf14a60f892 /java.html.markdown | |
parent | c7fd8814af32822109949b6381156844c32422c0 (diff) |
Update java en file to fix small typo `buy` to `by`
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown index b4757962..478ec683 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -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>() {{ |