Skip to content

Commit

Permalink
Fix obsolete ref
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Aug 12, 2024
1 parent ed384dd commit 270c790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22091,7 +22091,7 @@ \subsection{Static Types}
A \synt{typeIdentifier} is an identifier which can be the name of a type,
that is,
it denotes an \synt{IDENTIFIER} which is not a \synt{BUILT\_IN\_IDENTIFIER}
(\ref{identifierReference}).%
(\ref{identifierExpression}).%
}

\commentary{%
Expand Down Expand Up @@ -26600,7 +26600,7 @@ \subsubsection{Reserved Words}
\LMHash{}%
In the grammar, the rule for reserved words above must occur
before the rule for \synt{BUILT\_IN\_IDENTIFIER}
(\ref{identifierReference}).
(\ref{identifierExpression}).

\commentary{%
This ensures that \synt{IDENTIFIER} and \synt{IDENTIFIER\_NO\_DOLLAR} do not
Expand Down

0 comments on commit 270c790

Please sign in to comment.