summaryrefslogtreecommitdiffhomepage
path: root/scala.html.markdown
diff options
context:
space:
mode:
authorHa-Duong, NGUYEN <cmpitg@gmail.com>2015-08-03 15:48:28 +0700
committerHa-Duong, NGUYEN <cmpitg@gmail.com>2015-08-03 15:48:28 +0700
commit9ddf69a14da14c0d29abb5a18b4d2dfd5a39c7b2 (patch)
treee1bb1871fbf566ffeb4e3208e385974a9be0764a /scala.html.markdown
parent496b11f8ce33f38fc1e29c23ee8c4261a811b967 (diff)
scala: language correction
Diffstat (limited to 'scala.html.markdown')
-rw-r--r--scala.html.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/scala.html.markdown b/scala.html.markdown
index 12441af9..4121dc9b 100644
--- a/scala.html.markdown
+++ b/scala.html.markdown
@@ -5,6 +5,7 @@ contributors:
- ["George Petrov", "http://github.com/petrovg"]
- ["Dominic Bou-Samra", "http://dbousamra.github.com"]
- ["Geoff Liu", "http://geoffliu.me"]
+ - ["Ha-Duong Nguyen", "http://reference-error.org"]
filename: learn.scala
---
@@ -33,10 +34,10 @@ Scala - the scalable language
// 1. Basics
/////////////////////////////////////////////////
-// Single line comments start with two forward slashes
+// Single-line comments start with two forward slashes
/*
- Multi line comments, as you can already see from above, look like this.
+ Multi-line comments, as you can already see from above, look like this.
*/
// Printing, and forcing a new line on the next print