Skip to content

Commit 9c72f5c

Browse files
committed
Fix obsolete ref
1 parent 9746e27 commit 9c72f5c

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
@@ -22279,7 +22279,7 @@ \subsection{Static Types}
2227922279
A \synt{typeIdentifier} is an identifier which can be the name of a type,
2228022280
that is,
2228122281
it denotes an \synt{IDENTIFIER} which is not a \synt{BUILT\_IN\_IDENTIFIER}
22282-
(\ref{identifierReference}).%
22282+
(\ref{identifierExpression}).%
2228322283
}
2228422284

2228522285
\commentary{%
@@ -26811,7 +26811,7 @@ \subsubsection{Reserved Words}
2681126811
\LMHash{}%
2681226812
In the grammar, the rule for reserved words above must occur
2681326813
before the rule for \synt{BUILT\_IN\_IDENTIFIER}
26814-
(\ref{identifierReference}).
26814+
(\ref{identifierExpression}).
2681526815

2681626816
\commentary{%
2681726817
This ensures that \synt{IDENTIFIER} and \synt{IDENTIFIER\_NO\_DOLLAR} do not

0 commit comments

Comments
 (0)