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

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

Issue 3004613002: Add support for highlights notification (Closed)
Patch Set: Created 3 years, 4 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/outline.md
diff --git a/pkg/analyzer_plugin/doc/tutorial/outline.md b/pkg/analyzer_plugin/doc/tutorial/outline.md
index 6e5095f0a424cd3be6aab5e3c03e2741415451e8..61a42b9af3de073c0d4fb109a6ea4107ec63d657 100644
--- a/pkg/analyzer_plugin/doc/tutorial/outline.md
+++ b/pkg/analyzer_plugin/doc/tutorial/outline.md
@@ -10,7 +10,7 @@ subscribed for outline information in some set of files, then the plugin should
send the information in an `analysis.outline` notification whenever the
information needs to be updated.
-When a notification needs to be sent, the method`sendOutlineNotification` will
+When a notification needs to be sent, the method `sendOutlineNotification` will
be invoked. This method is responsible for sending the notification.
The easiest way to add support for this notification is by adding the classes

Powered by Google App Engine
This is Rietveld 408576698