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

Unified Diff: pkg/analyzer_plugin/lib/plugin/plugin.dart

Issue 2988683002: Fix a typo in the docs (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/lib/plugin/plugin.dart
diff --git a/pkg/analyzer_plugin/lib/plugin/plugin.dart b/pkg/analyzer_plugin/lib/plugin/plugin.dart
index 0848d04f79a545c22e9d374673a72f1ac044e9bc..7ff013d76b5f5a674f03cb9bae6186871f60a485 100644
--- a/pkg/analyzer_plugin/lib/plugin/plugin.dart
+++ b/pkg/analyzer_plugin/lib/plugin/plugin.dart
@@ -455,7 +455,7 @@ abstract class ServerPlugin {
/**
* Send notifications corresponding to the given description of subscriptions.
* The map is keyed by the path of each file for which notifications should be
- * send and has values representing the list of services associated with the
+ * sent and has values representing the list of services associated with the
* notifications to send.
*/
void sendNotificationsForSubscriptions(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698