Updated based on tldr-bot feedback

This commit is contained in:
Brian Schlining
2017-12-05 10:11:22 -08:00
committed by GitHub
parent 36a56302bf
commit a9c8728a9f

View File

@@ -1,6 +1,6 @@
# scala
> Scala application launcher and interactive interpreter
> Scala application launcher and interactive interpreter.
- Call a Scala interactive shell (REPL):
@@ -17,8 +17,3 @@
- Execute a single Scala command in the command line:
`scala -e {{command}}`