[scala/en] fix anologus typo

This commit is contained in:
Tommy Kelly 2017-06-09 13:52:53 -07:00
parent 8d78277bbc
commit 8d76182d52

View File

@ -25,7 +25,7 @@ Scala - the scalable language
/*
Try the REPL
Scala has a tool called the REPL (Read-Eval-Print Loop) that is anologus to
Scala has a tool called the REPL (Read-Eval-Print Loop) that is analogous to
commandline interpreters in many other languages. You may type any Scala
expression, and the result will be evaluated and printed.