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

Unified Diff: pkg/analyzer_plugin/doc/tutorial/fixes.md

Issue 2992843002: Add more documentation for plugins (Closed)
Patch Set: Created 3 years, 5 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/analyzer_plugin/doc/tutorial/fixes.md
diff --git a/pkg/analyzer_plugin/doc/tutorial/fixes.md b/pkg/analyzer_plugin/doc/tutorial/fixes.md
index 5563dc32cf6c67b6ee2c3204f3481c161a73f5f9..3135c83c93aee1e1d30c3d39188f60f8e1041064 100644
--- a/pkg/analyzer_plugin/doc/tutorial/fixes.md
+++ b/pkg/analyzer_plugin/doc/tutorial/fixes.md
@@ -112,7 +112,7 @@ class MyPlugin extends ServerPlugin with FixesMixin, DartFixesMixin {
@override
List<FixContributor> getFixContributors(
- covariant AnalysisDriverGeneric driver) {
+ AnalysisDriverGeneric driver) {
return <FixContributor>[new MyFixContributor()];
}
}

Powered by Google App Engine
This is Rietveld 408576698