summaryrefslogtreecommitdiff
path: root/spec/02-identifiers-names-and-scopes.md
diff options
context:
space:
mode:
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 {