summaryrefslogtreecommitdiff
path: root/spec/02-identifiers-names-and-scopes.md
diff options
context:
space:
mode:
authorroberthoedicke <robert@duckbuddha.com>2014-10-08 23:16:44 +0200
committerroberthoedicke <robert@duckbuddha.com>2014-10-08 23:16:44 +0200
commitdb33bbdd2955966c4799224d71f17ea001af290e (patch)
tree4241e8f7de0acaff9d83b308eb970457e682d414 /spec/02-identifiers-names-and-scopes.md
parentc038732f1b302dd128b32512aab4cf0826752599 (diff)
downloadscala-db33bbdd2955966c4799224d71f17ea001af290e.tar.gz
scala-db33bbdd2955966c4799224d71f17ea001af290e.tar.bz2
scala-db33bbdd2955966c4799224d71f17ea001af290e.zip
Update 02-identifiers-names-and-scopes.md
Fixed typo.
Diffstat (limited to 'spec/02-identifiers-names-and-scopes.md')
-rw-r--r--spec/02-identifiers-names-and-scopes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/02-identifiers-names-and-scopes.md b/spec/02-identifiers-names-and-scopes.md
index afa97c136c..62d326934f 100644
--- a/spec/02-identifiers-names-and-scopes.md
+++ b/spec/02-identifiers-names-and-scopes.md
@@ -71,7 +71,7 @@ The type of $e.x$ is the member type of the referenced entity in $T$.
### Example
-Assume the following two definitions of a objects named `X` in packages `P` and `Q`.
+Assume the following two definitions of objects named `X` in packages `P` and `Q`.
```scala
package P {