Update java.html.markdown

This commit is contained in:
Cameron Bernhardt 2016-05-01 12:44:19 -04:00 committed by ven
parent bd7a53043f
commit f18a60dff4

View File

@ -734,7 +734,7 @@ public class EnumTest {
// Enum types are much more powerful than we show above. // Enum types are much more powerful than we show above.
// The enum body can include methods and other fields. // The enum body can include methods and other fields.
// You can se more at https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html // You can see more at https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html
``` ```