mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Correct English a/an usage
This commit is contained in:
parent
685f83e1ba
commit
a462b444e0
@ -716,7 +716,7 @@ import scala.collection.immutable.{Map => _, Set => _, _}
|
|||||||
// Java classes can also be imported. Scala syntax can be used
|
// Java classes can also be imported. Scala syntax can be used
|
||||||
import java.swing.{JFrame, JWindow}
|
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:
|
// single method, main:
|
||||||
object Application {
|
object Application {
|
||||||
def main(args: Array[String]): Unit = {
|
def main(args: Array[String]): Unit = {
|
||||||
|
Loading…
Reference in New Issue
Block a user