summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorkenji yoshida <6b656e6a69@gmail.com>2015-05-25 13:25:07 +0900
committerkenji yoshida <6b656e6a69@gmail.com>2015-05-25 13:25:07 +0900
commit4f1ac5ee06a1e4218bc517a4328d5460b6da1815 (patch)
tree10056e81976be5486bf3b2a9668338324586f366 /spec
parentbb302833c7bad6ff7591cdf6d10ec7ffdf683d6a (diff)
downloadscala-4f1ac5ee06a1e4218bc517a4328d5460b6da1815.tar.gz
scala-4f1ac5ee06a1e4218bc517a4328d5460b6da1815.tar.bz2
scala-4f1ac5ee06a1e4218bc517a4328d5460b6da1815.zip
fix typo
Diffstat (limited to 'spec')
-rw-r--r--spec/09-top-level-definitions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/09-top-level-definitions.md b/spec/09-top-level-definitions.md
index e3185d8b7d..b8a8dc7e0a 100644
--- a/spec/09-top-level-definitions.md
+++ b/spec/09-top-level-definitions.md
@@ -151,7 +151,7 @@ contain a class `B`, a compiler-time error would result.
A _program_ is a top-level object that has a member method
_main_ of type `(Array[String])Unit`. Programs can be
-executed from a command shell. The program's command arguments are are
+executed from a command shell. The program's command arguments are
passed to the `main` method as a parameter of type
`Array[String]`.