Skip to content

Commit 1050bbb

Browse files
authored
Fix some misuses of the indefinite article (#2497)
Fixes two typos.
1 parent 00ce88d commit 1050bbb

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
@@ -5798,7 +5798,7 @@ \section{Extensions}
57985798
e.g., in order to access static members of the extension,
57995799
or in order to resolve an invocation explicitly%
58005800
}).
5801-
A compile-time error occurs if the declared name of a extension
5801+
A compile-time error occurs if the declared name of an extension
58025802
is a built-in identifier.
58035803

58045804
\LMHash{}%
@@ -6092,7 +6092,7 @@ \subsection{Explicit Invocation of an Instance Member of an Extension}
60926092
}
60936093

60946094

6095-
\subsection{Implicit Invocation of an Instance Member of a Extension}
6095+
\subsection{Implicit Invocation of an Instance Member of an Extension}
60966096
\LMLabel{implicitExtensionInvocations}
60976097

60986098
\LMHash{}%

0 commit comments

Comments
 (0)