| Index: tests/language_strong/built_in_identifier_prefix_test.dart
|
| diff --git a/tests/language_strong/built_in_identifier_prefix_test.dart b/tests/language_strong/built_in_identifier_prefix_test.dart
|
| index de995c95643485046ef1445fb1240a72b9c32b76..6c3934ad8f37f5df0147440d9f54cf5ebd46b2d1 100644
|
| --- a/tests/language_strong/built_in_identifier_prefix_test.dart
|
| +++ b/tests/language_strong/built_in_identifier_prefix_test.dart
|
| @@ -16,7 +16,7 @@
|
| // Observation: it is not illegal to use a built-in identifier as a library
|
| // prefix.
|
| //
|
| -// Observation: it is not legal to use a built-in identifer as a type
|
| +// Observation: it is not legal to use a built-in identifier as a type
|
| // annotation. A type annotation is not fully defined in the
|
| // specification, so we assume this means that the grammar production
|
| // "type" cannot match a built-in identifier. Unfortunately, this
|
|
|