summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-02-05 22:35:59 +0100
committerven <vendethiel@hotmail.fr>2016-02-05 22:35:59 +0100
commitdb28c6b6ded4fb72a5fc41a3f1e3f17cd528aa2c (patch)
treee881284d0e45ec69fa5c7ae9f2d2f0e177c5121d
parent476de3289df9ef5f72330f3d1359ce9f93d71754 (diff)
parent71e503325ec63ea16697ca74b8678f7148db7cc2 (diff)
Merge pull request #2126 from rajanand/patch-1
Removed exclamation mark(!) from comment.
-rw-r--r--scala.html.markdown2
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