diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-09-08 18:12:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-08 18:12:57 +0530 |
commit | b5246195015d32d861ee5bc2ab62fb1313ca787c (patch) | |
tree | bcc96ee4be6466447bd9a4499106b9ae143c9c35 /scala.html.markdown | |
parent | 8bfba2422bb6eb45da546e4013373343fd549b3a (diff) | |
parent | a462b444e06f75c9f98983e925b8f79a1092d277 (diff) |
Merge pull request #3131 from BWStearns/scala_spelling
[scala/en] Correct English a/an usage
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index 016e2b4f..28424684 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -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 = { |