summaryrefslogtreecommitdiff
path: root/spec/02-identifiers-names-and-scopes.md
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-01 11:42:55 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-01 11:42:55 +0200
commitfaa32647ac69305dd2b111ca18b3f7fa2b948a49 (patch)
treee17631be330ae74b872e53a979dc83691f4f4796 /spec/02-identifiers-names-and-scopes.md
parent00b5adfbf3618639b501d1859f7a023083a4b8c3 (diff)
parente596d1a65d81a81a54847d90d2d90be3ffbb3d92 (diff)
downloadscala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.tar.gz
scala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.tar.bz2
scala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.zip
Merge pull request #4480 from retronym/merge/2.11.x-to-2.12.x-20150501
Merge 2.11.x to 2.12.x [ci: last-only]
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`.