Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: pkg/analysis_server/lib/edit/fix/fix_dart.dart

Issue 1335113004: Improve the documentation of extension points (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Minor clean-up Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « pkg/analysis_server/lib/edit/assist/assist_dart.dart ('k') | pkg/analysis_server/lib/plugin/analyzed_files.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698