diff options
author | Adam Bard <github@adambard.com> | 2013-07-01 08:42:13 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-07-01 08:42:13 -0700 |
commit | f4df8615b75e6dca936602ec1b36a29b097bb345 (patch) | |
tree | a5ad5ec54e5f6c50dc72a5052d7c5257bfbd2e97 | |
parent | 1611ac506a6cafc9157d61ce615458f264940fea (diff) | |
parent | ebf9dd011de8b2e2a79d92c188d6aee63fc31cb7 (diff) |
Merge pull request #72 from vsthsqrs/patch-1
Fixed typo: typcsating => typecasting
-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 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 |