1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-15 11:14:24 +02:00

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

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.