summaryrefslogtreecommitdiff
path: root/07-classes-and-objects.md
diff options
context:
space:
mode:
Diffstat (limited to '07-classes-and-objects.md')
-rw-r--r--07-classes-and-objects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/07-classes-and-objects.md b/07-classes-and-objects.md
index 1be54809a8..4bf7e55107 100644
--- a/07-classes-and-objects.md
+++ b/07-classes-and-objects.md
@@ -524,7 +524,7 @@ the validity and meaning of a modifier are as follows.
from templates inside $C$.
An different form of qualification is `private[this]`. A member
- $M$ marked with this modifier can be accessed only from within
+ $M$ marked with this modifier is called {\em object-protected}; it can be accessed only from within
the object in which it is defined. That is, a selection $p.M$ is only
legal if the prefix is `this` or `$O$.this`, for some
class $O$ enclosing the reference. In addition, the restrictions for