Skip to content

Commit 0e9e453

Browse files
committed
Fix obsolete ref
1 parent 2dccfb4 commit 0e9e453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22343,7 +22343,7 @@ \subsection{Static Types}
2234322343
A \synt{typeIdentifier} is an identifier which can be the name of a type,
2234422344
that is,
2234522345
it denotes an \synt{IDENTIFIER} which is not a \synt{BUILT\_IN\_IDENTIFIER}
22346-
(\ref{identifierReference}).%
22346+
(\ref{identifierExpression}).%
2234722347
}
2234822348

2234922349
\commentary{%
@@ -26875,7 +26875,7 @@ \subsubsection{Reserved Words}
2687526875
\LMHash{}%
2687626876
In the grammar, the rule for reserved words above must occur
2687726877
before the rule for \synt{BUILT\_IN\_IDENTIFIER}
26878-
(\ref{identifierReference}).
26878+
(\ref{identifierExpression}).
2687926879

2688026880
\commentary{%
2688126881
This ensures that \synt{IDENTIFIER} and \synt{IDENTIFIER\_NO\_DOLLAR} do not

0 commit comments

Comments
 (0)