diff options
author | George Petrov <petrovg@gmail.com> | 2013-07-29 22:19:15 +0100 |
---|---|---|
committer | George Petrov <petrovg@gmail.com> | 2013-07-29 22:19:15 +0100 |
commit | 8235ddc50fce389356bc9ebb9e1b7249fa8bd5e7 (patch) | |
tree | 9a5a4476915c3801ae7550dad8fb0f7e9c86a098 /scala.html.markdown | |
parent | a6ec23d414ba495b26a4028f9a6795d18a02cdac (diff) |
Fixing a typo
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 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 |