summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGeorge Petrov <petrovg@gmail.com>2013-07-29 22:19:15 +0100
committerGeorge Petrov <petrovg@gmail.com>2013-07-29 22:19:15 +0100
commit8235ddc50fce389356bc9ebb9e1b7249fa8bd5e7 (patch)
tree9a5a4476915c3801ae7550dad8fb0f7e9c86a098
parenta6ec23d414ba495b26a4028f9a6795d18a02cdac (diff)
Fixing a typo
-rw-r--r--scala.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/scala.html.markdown b/scala.html.markdown
index 8bcbc27f..57706c1f 100644
--- a/scala.html.markdown
+++ b/scala.html.markdown
@@ -20,7 +20,7 @@ Scala - the scalable language
scala>
- This is the so called REPL. You can run commands in the REPL. Let do just that:
+ This is the so called REPL. You can run commands in the REPL. Let's do just that:
*/
println(10) // prints the integer 10