Fixing a typo

This commit is contained in:
George Petrov 2013-07-29 22:19:15 +01:00
parent a6ec23d414
commit 8235ddc50f

View File

@ -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