| Index: pkg/analyzer/lib/src/dart/element/type.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/element/type.dart b/pkg/analyzer/lib/src/dart/element/type.dart
|
| index 0383846984ee8f862cde8286a6b7528ca8726e6b..a5ced4844ab4627de8bccc3d74666ac170d6873d 100644
|
| --- a/pkg/analyzer/lib/src/dart/element/type.dart
|
| +++ b/pkg/analyzer/lib/src/dart/element/type.dart
|
| @@ -1134,7 +1134,7 @@ class InterfaceTypeImpl extends TypeImpl implements InterfaceType {
|
|
|
| /**
|
| * Initialize a newly created type to be declared by the given [element],
|
| - * with the given [name] and [typeArguents].
|
| + * with the given [name] and [typeArguments].
|
| */
|
| InterfaceTypeImpl.elementWithNameAndArgs(
|
| ClassElement element, String name, List<DartType> typeArguments)
|
|
|