mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-24 15:03:19 +03:00
Merge pull request #3131 from BWStearns/scala_spelling
[scala/en] Correct English a/an usage
This commit is contained in:
commit
b524619501
@ -716,7 +716,7 @@ import scala.collection.immutable.{Map => _, Set => _, _}
|
||||
// Java classes can also be imported. Scala syntax can be used
|
||||
import java.swing.{JFrame, JWindow}
|
||||
|
||||
// Your programs entry point is defined in an scala file using an object, with a
|
||||
// Your programs entry point is defined in a scala file using an object, with a
|
||||
// single method, main:
|
||||
object Application {
|
||||
def main(args: Array[String]): Unit = {
|
||||
|
Loading…
Reference in New Issue
Block a user