Merge pull request #2755 from tomkel/master

[scala/en] fix anologus typo
This commit is contained in:
Adam Bard 2017-06-09 15:47:15 -07:00 committed by GitHub
commit e6d72fd17d

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.