summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1/scala.scala
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-10-02 17:15:03 +0000
committerLex Spoon <lex@lexspoon.org>2007-10-02 17:15:03 +0000
commit56fa78c91ded4b1d6991672071052c712da53f5d (patch)
tree51752e68368add572c7a2672d3d7e7aecd895012 /src/manual/scala/man1/scala.scala
parent2a22d4156be506278141446ddd3729aea26ab77f (diff)
downloadscala-56fa78c91ded4b1d6991672071052c712da53f5d.tar.gz
scala-56fa78c91ded4b1d6991672071052c712da53f5d.tar.bz2
scala-56fa78c91ded4b1d6991672071052c712da53f5d.zip
use the word "shell" more often
Diffstat (limited to 'src/manual/scala/man1/scala.scala')
-rw-r--r--src/manual/scala/man1/scala.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manual/scala/man1/scala.scala b/src/manual/scala/man1/scala.scala
index 71faf916f2..cdaf341577 100644
--- a/src/manual/scala/man1/scala.scala
+++ b/src/manual/scala/man1/scala.scala
@@ -72,7 +72,7 @@ object scala extends Command {
"specified in one of three ways:",
NumberedList(
- "With no arguments specified, an interactive interpreter starts " &
+ "With no arguments specified, a Scala shell starts " &
"and reads commands interactively.",
"With " & Mono("-howtorun:object") & " specified, the fully " &
@@ -136,7 +136,7 @@ object scala extends Command {
"command line and must be followed by a bare hypen (" & Quote("-") &
") character. " &
"If no arguments are specified after the optional compiler arguments, " &
- "then an interactive interpreter is started. Otherwise, either a " &
+ "then an interactive Scala shell is started. Otherwise, either a " &
"script file is run, or a pre-compiled Scala object is run. It " &
"is possible to distinguish the last two cases by using an explicit " &
Mono("-object") & " or " & Mono("-script") & " flag, but usually the " &