diff options
author | Tommy Kelly <git@tkel.ly> | 2017-06-09 13:52:53 -0700 |
---|---|---|
committer | Tommy Kelly <git@tkel.ly> | 2017-06-09 13:52:53 -0700 |
commit | 8d76182d52eca163268ef036b5b699fe25523550 (patch) | |
tree | 5359f24aa9d25abaf6c8657f5af348be34d89b95 | |
parent | 8d78277bbcba6d418a8980ab538fd8105bb37fc6 (diff) |
[scala/en] fix anologus typo
-rw-r--r-- | scala.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index d33b6234..5eb94986 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -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. |