mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
Fixed typo: typcsating => typecasting
This commit is contained in:
@@ -245,7 +245,7 @@ Integer.toString(123);//returns a string version of 123
|
|||||||
// Long
|
// Long
|
||||||
// String
|
// String
|
||||||
|
|
||||||
// Typecsating
|
// Typecasting
|
||||||
// You can also cast java objects, there's a lot of details and
|
// You can also cast java objects, there's a lot of details and
|
||||||
// deals with some more intermediate concepts.
|
// deals with some more intermediate concepts.
|
||||||
// Feel free to check it out here: http://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html
|
// Feel free to check it out here: http://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html
|
||||||
|
Reference in New Issue
Block a user