summaryrefslogtreecommitdiff
path: root/spec/02-identifiers-names-and-scopes.md
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2014-09-16 18:48:09 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2015-04-25 03:37:40 +0200
commit62db8d98559766c06d490d9d4c18ff27587fde0b (patch)
treea2c6b72094a214b9ef99c8097759da0aba5ace51 /spec/02-identifiers-names-and-scopes.md
parentd030172d7ef807d85391d32c5456b1b97b15a402 (diff)
downloadscala-62db8d98559766c06d490d9d4c18ff27587fde0b.tar.gz
scala-62db8d98559766c06d490d9d4c18ff27587fde0b.tar.bz2
scala-62db8d98559766c06d490d9d4c18ff27587fde0b.zip
Spec improvements
Diffstat (limited to 'spec/02-identifiers-names-and-scopes.md')
-rw-r--r--spec/02-identifiers-names-and-scopes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/02-identifiers-names-and-scopes.md b/spec/02-identifiers-names-and-scopes.md
index 62d326934f..0a9c5dfe77 100644
--- a/spec/02-identifiers-names-and-scopes.md
+++ b/spec/02-identifiers-names-and-scopes.md
@@ -1,5 +1,5 @@
---
-title: Identifiers, Names and Scopes
+title: Identifiers, Names & Scopes
layout: default
chapter: 2
---
@@ -69,7 +69,7 @@ the member of the type $T$ of $e$ which has the name $x$ in the same
namespace as the identifier. It is an error if $T$ is not a [value type](03-types.html#value-types).
The type of $e.x$ is the member type of the referenced entity in $T$.
-### Example
+###### Example
Assume the following two definitions of objects named `X` in packages `P` and `Q`.