Skip to content

Commit 2e06be1

Browse files
committed
Fix obsolete ref
1 parent 84b35cd commit 2e06be1

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

2228122281
\commentary{%
@@ -26793,7 +26793,7 @@ \subsubsection{Reserved Words}
2679326793
\LMHash{}%
2679426794
In the grammar, the rule for reserved words above must occur
2679526795
before the rule for \synt{BUILT\_IN\_IDENTIFIER}
26796-
(\ref{identifierReference}).
26796+
(\ref{identifierExpression}).
2679726797

2679826798
\commentary{%
2679926799
This ensures that \synt{IDENTIFIER} and \synt{IDENTIFIER\_NO\_DOLLAR} do not

0 commit comments

Comments
 (0)