Updated based on tldr-bot feedback

coverage
Brian Schlining 2017-12-05 10:11:22 -08:00 committed by GitHub
parent 36a56302bf
commit a9c8728a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

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}}`