Skip to content

Commit 342c5d1

Browse files
committed
Merge pull request #662 from Eelis/trivial
[intro.object] Refer to 'name' as a term, not a grammar term.
2 parents 5982c16 + 53c8e9a commit 342c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
\grammarterm{new-expression}~(\ref{expr.new}) or by the
541541
implementation~(\ref{class.temporary}) when needed. The properties of an
542542
object are determined when the object is created. An object can have a
543-
\grammarterm{name}~(Clause~\ref{basic}). An object has a \term{storage
543+
\term{name}~(Clause~\ref{basic}). An object has a \term{storage
544544
duration}~(\ref{basic.stc}) which influences its
545545
\term{lifetime}~(\ref{basic.life}). An object has a
546546
\term{type}~(\ref{basic.types}). The term \defn{object type} refers to

0 commit comments

Comments
 (0)