Fixed typo: typcsating => typecasting

This commit is contained in:
vsthsqrs 2013-07-01 16:10:05 +02:00
parent 2431545594
commit ebf9dd011d

View File

@ -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