Skip to content

Commit db33bbd

Browse files
Update 02-identifiers-names-and-scopes.md
Fixed typo.
1 parent c038732 commit db33bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/02-identifiers-names-and-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The type of $e.x$ is the member type of the referenced entity in $T$.
7171

7272
### Example
7373

74-
Assume the following two definitions of a objects named `X` in packages `P` and `Q`.
74+
Assume the following two definitions of objects named `X` in packages `P` and `Q`.
7575

7676
```scala
7777
package P {

0 commit comments

Comments
 (0)