1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

[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 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 commandline interpreters in many other languages. You may type any Scala
expression, and the result will be evaluated and printed. expression, and the result will be evaluated and printed.