Skip to content

Commit 9022b26

Browse files
committed
Fix obsolete ref
1 parent fb96696 commit 9022b26

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
@@ -22291,7 +22291,7 @@ \subsection{Static Types}
2229122291
A \synt{typeIdentifier} is an identifier which can be the name of a type,
2229222292
that is,
2229322293
it denotes an \synt{IDENTIFIER} which is not a \synt{BUILT\_IN\_IDENTIFIER}
22294-
(\ref{identifierReference}).%
22294+
(\ref{identifierExpression}).%
2229522295
}
2229622296

2229722297
\commentary{%
@@ -26823,7 +26823,7 @@ \subsubsection{Reserved Words}
2682326823
\LMHash{}%
2682426824
In the grammar, the rule for reserved words above must occur
2682526825
before the rule for \synt{BUILT\_IN\_IDENTIFIER}
26826-
(\ref{identifierReference}).
26826+
(\ref{identifierExpression}).
2682726827

2682826828
\commentary{%
2682926829
This ensures that \synt{IDENTIFIER} and \synt{IDENTIFIER\_NO\_DOLLAR} do not

0 commit comments

Comments
 (0)