summaryrefslogtreecommitdiff
path: root/doc/reference/reference.verb.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/reference.verb.tex')
-rw-r--r--doc/reference/reference.verb.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/reference.verb.tex b/doc/reference/reference.verb.tex
index cca510c3aa..03471656bf 100644
--- a/doc/reference/reference.verb.tex
+++ b/doc/reference/reference.verb.tex
@@ -1487,8 +1487,8 @@ Constructor invocations define the type, members, and initial state of
objects created by an instance creation expression, or of parts of an
object's definition which are inherited by a class or module
definition. A constructor invocation is a designator or function
-application whose type is a class constructor type \verb@class T@, for
-some type \verb@T@.
+application whose function part is a stable identifier and whose type
+is a class constructor type \verb@class T@, for some type \verb@T@.
\subsection{Base Classes}
\label{sec:base-classes}