diff options
author | Petru Dimitriu <dimitriupetru@gmail.com> | 2016-02-15 20:32:50 +0200 |
---|---|---|
committer | Petru Dimitriu <dimitriupetru@gmail.com> | 2016-02-15 20:32:50 +0200 |
commit | 3bfea3740c865d07879d56b698b075dc43342184 (patch) | |
tree | ebc3c861b23bbe62a859a33ee81ec54eaf7febaa /scala.html.markdown | |
parent | 528a761ca68b5d30fac6aed9686104a483467be6 (diff) | |
parent | 712c9f342ff054039bd8e93a43be6ea0846ebc83 (diff) |
Merge remote-tracking branch 'upstream/master'
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 |