Skip to content

Commit 420a339

Browse files
committed
Fix obsolete ref
1 parent 3d783f8 commit 420a339

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
@@ -22350,7 +22350,7 @@ \subsection{Static Types}
2235022350
A \synt{typeIdentifier} is an identifier which can be the name of a type,
2235122351
that is,
2235222352
it denotes an \synt{IDENTIFIER} which is not a \synt{BUILT\_IN\_IDENTIFIER}
22353-
(\ref{identifierReference}).%
22353+
(\ref{identifierExpression}).%
2235422354
}
2235522355

2235622356
\commentary{%
@@ -26882,7 +26882,7 @@ \subsubsection{Reserved Words}
2688226882
\LMHash{}%
2688326883
In the grammar, the rule for reserved words above must occur
2688426884
before the rule for \synt{BUILT\_IN\_IDENTIFIER}
26885-
(\ref{identifierReference}).
26885+
(\ref{identifierExpression}).
2688626886

2688726887
\commentary{%
2688826888
This ensures that \synt{IDENTIFIER} and \synt{IDENTIFIER\_NO\_DOLLAR} do not

0 commit comments

Comments
 (0)