diff options
author | rajanand ilangovan <rajanand@hotmail.co.in> | 2016-02-06 00:00:12 +0530 |
---|---|---|
committer | rajanand ilangovan <rajanand@hotmail.co.in> | 2016-02-06 00:00:12 +0530 |
commit | 71e503325ec63ea16697ca74b8678f7148db7cc2 (patch) | |
tree | e881284d0e45ec69fa5c7ae9f2d2f0e177c5121d /scala.html.markdown | |
parent | 476de3289df9ef5f72330f3d1359ce9f93d71754 (diff) |
Removed !
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index e82c1c36..745605ed 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -48,7 +48,7 @@ println(10) // Printing, without forcing a new line on next print print("Hello world") print(10) -// Hello world!10 +// Hello world10 // Declaring values is done using either var or val. // val declarations are immutable, whereas vars are mutable. Immutability is |