summaryrefslogtreecommitdiffhomepage
path: root/java.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-07-01 08:42:13 -0700
committerAdam Bard <github@adambard.com>2013-07-01 08:42:13 -0700
commitf4df8615b75e6dca936602ec1b36a29b097bb345 (patch)
treea5ad5ec54e5f6c50dc72a5052d7c5257bfbd2e97 /java.html.markdown
parent1611ac506a6cafc9157d61ce615458f264940fea (diff)
parentebf9dd011de8b2e2a79d92c188d6aee63fc31cb7 (diff)
Merge pull request #72 from vsthsqrs/patch-1
Fixed typo: typcsating => typecasting
Diffstat (limited to 'java.html.markdown')
-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