| 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 42c849855c07dfa16fce471b985986f603c9c777..ea3baf5173532ff30441c1d1957808348a1788b2 100644
|
| --- a/pkg/analyzer/lib/src/dart/element/type.dart
|
| +++ b/pkg/analyzer/lib/src/dart/element/type.dart
|
| @@ -860,7 +860,7 @@ class FunctionTypeImpl extends TypeImpl implements FunctionType {
|
|
|
| /**
|
| * Invokes [callback] for each parameter of [kind] with the parameter's [name]
|
| - * and [type] after any type parameters have been applied.
|
| + * and type after any type parameters have been applied.
|
| */
|
| void _forEachParameterType(
|
| ParameterKind kind, callback(String name, DartType type)) {
|
|
|