summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2017-06-09 15:47:15 -0700
committerGitHub <noreply@github.com>2017-06-09 15:47:15 -0700
commite6d72fd17d0c428839ccca5775685c36b1ac6eba (patch)
tree5359f24aa9d25abaf6c8657f5af348be34d89b95
parent8d78277bbcba6d418a8980ab538fd8105bb37fc6 (diff)
parent8d76182d52eca163268ef036b5b699fe25523550 (diff)
Merge pull request #2755 from tomkel/master
[scala/en] fix anologus typo
-rw-r--r--scala.html.markdown2
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.