Skip to content

Commit 16eb662

Browse files
authored
Merge pull request #2265 from A-Roso/book-taste-repl
2 parents cd31908 + 33c19e0 commit 16eb662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-repl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ next-page: taste-vars-data-types
99

1010

1111
The Scala REPL (“Read-Evaluate-Print-Loop”) is a command-line interpreter that you use as a “playground” area to test your Scala code.
12-
You start a REPL session by running the `scala` command at your operating system command line, where you’ll see a “welcome” prompt like this:
12+
You start a REPL session by running the `scala` or `scala3` command depending on your installation at your operating system command line, where you’ll see a “welcome” prompt like this:
1313

1414
```bash
1515
$ scala

0 commit comments

Comments
 (0)