diff options
| -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 | 
