summaryrefslogtreecommitdiff
path: root/04-identifiers-names-and-scopes.md
diff options
context:
space:
mode:
Diffstat (limited to '04-identifiers-names-and-scopes.md')
-rw-r--r--04-identifiers-names-and-scopes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/04-identifiers-names-and-scopes.md b/04-identifiers-names-and-scopes.md
index a9985d1340..96b4f283e9 100644
--- a/04-identifiers-names-and-scopes.md
+++ b/04-identifiers-names-and-scopes.md
@@ -1,6 +1,7 @@
---
title: Identifiers, Names and Scopes
layout: default
+chapter: 2
---
# Identifiers, Names and Scopes
@@ -70,7 +71,7 @@ namespace as the identifier. It is an error if $T$ is not a [value type](05-type
The type of $e.x$ is the member type of the referenced entity in $T$.
-###### Example: bindings
+### Example:
Assume the following two definitions of a objects named `X` in packages `P` and `Q`.