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

Unified Diff: pkg/analyzer/lib/src/dart/analysis/driver.dart

Issue 2533013002: Fixes for documentation. (Closed)
Patch Set: Created 4 years, 1 month 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 | « pkg/analysis_server/lib/src/analysis_server.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/dart/analysis/driver.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart
index a655e73f6ebca964fd0c9b642074813894239ab8..4fadf703eaf7b2c370a8968c81404c6eda536326 100644
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -157,8 +157,8 @@ class AnalysisDriver {
final _referencingNameTasks = <_FilesReferencingNameTask>[];
/**
- * The mapping from the files for which index was requested using
- * [getIndex] to the [Completer] to report the result.
+ * The mapping from the files for which the index was requested using
+ * [getIndex] to the [Completer]s to report the result.
*/
final _indexRequestedFiles = <String, List<Completer<IndexResult>>>{};
« no previous file with comments | « pkg/analysis_server/lib/src/analysis_server.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698