| Index: pkg/analysis_server/lib/edit/fix/fix_dart.dart
|
| diff --git a/pkg/analysis_server/lib/edit/fix/fix_dart.dart b/pkg/analysis_server/lib/edit/fix/fix_dart.dart
|
| index c009e6885782e7020266d662423a8e186c143349..2229ed2eca9d42ac0550eb13530d9631ead5bd58 100644
|
| --- a/pkg/analysis_server/lib/edit/fix/fix_dart.dart
|
| +++ b/pkg/analysis_server/lib/edit/fix/fix_dart.dart
|
| @@ -15,7 +15,7 @@ import 'package:analyzer/src/generated/source.dart';
|
| * A [FixContributor] that can be used to contribute fixes for errors in Dart
|
| * files.
|
| *
|
| - * Clients are expected to subtype this class when implementing plugins.
|
| + * Clients are expected to extend this class when implementing plugins.
|
| */
|
| abstract class DartFixContributor extends FixContributor {
|
| @override
|
|
|