diff options
author | Adam Bard <github@adambard.com> | 2014-12-22 12:48:36 +0100 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-12-22 12:48:36 +0100 |
commit | 95de3c05a5deef278a52ec0bdfd9cc9245708d59 (patch) | |
tree | 9f6406ec3069bc7723e6526bdb75af08c0394784 /java.html.markdown | |
parent | 3e6c93efa2b10989f0290938c97dbf8bb5de86ad (diff) | |
parent | c9ae9ea396cae5c357511cecb3a308740409302a (diff) |
Merge pull request #893 from sam-m888/patch-2
Spelling corrrection
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java.html.markdown b/java.html.markdown index 32febcfd..4661d4f9 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -268,9 +268,9 @@ public class LearnJava { System.out.println(bar); // Prints A, because the statement is true - /////////////////////////////////////// - // Converting Data Types And Typcasting - /////////////////////////////////////// + //////////////////////////////////////// + // Converting Data Types And Typecasting + //////////////////////////////////////// // Converting data |