mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03: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
|
||||
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