| Index: pkg/compiler/lib/src/elements/resolution_types.dart
|
| diff --git a/pkg/compiler/lib/src/elements/resolution_types.dart b/pkg/compiler/lib/src/elements/resolution_types.dart
|
| index 050914f213915ed16236e086bd094dccd0f12310..811652baf568e9878a54019bdcfed8570771e79c 100644
|
| --- a/pkg/compiler/lib/src/elements/resolution_types.dart
|
| +++ b/pkg/compiler/lib/src/elements/resolution_types.dart
|
| @@ -96,7 +96,7 @@ abstract class ResolutionDartType implements DartType {
|
| */
|
| ResolutionDartType get userProvidedBadType => null;
|
|
|
| - /// Is [: true :] if this type has no explict type arguments.
|
| + /// Is [: true :] if this type has no explicit type arguments.
|
| bool get isRaw => true;
|
|
|
| /// Returns the raw version of this type.
|
|
|