summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--java.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown
index 3d2e6bbe..3339b6d1 100644
--- a/java.html.markdown
+++ b/java.html.markdown
@@ -248,7 +248,7 @@ Integer.toString(123);//returns a string version of 123
// Long
// String
-// Typecsating
+// Typecasting
// You can also cast java objects, there's a lot of details and
// deals with some more intermediate concepts.
// Feel free to check it out here: http://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html