diff options
author | vsthsqrs <vermeir.michiel@gmail.com> | 2013-07-01 16:10:05 +0200 |
---|---|---|
committer | vsthsqrs <vermeir.michiel@gmail.com> | 2013-07-01 16:10:05 +0200 |
commit | ebf9dd011de8b2e2a79d92c188d6aee63fc31cb7 (patch) | |
tree | c52f56973bdf33c0ccd84413fa0d3a90ce79a239 /java.html.markdown | |
parent | 2431545594963be4a79a2d4fbc79277fb30fef3b (diff) |
Fixed typo: typcsating => typecasting
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 3208971d..7c297737 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -245,7 +245,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 |