1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 04:15:23 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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