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

Unified Diff: pkg/compiler/lib/src/elements/modelx.dart

Issue 1980573003: fix all instances of "the the" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/compiler/lib/src/elements/modelx.dart
diff --git a/pkg/compiler/lib/src/elements/modelx.dart b/pkg/compiler/lib/src/elements/modelx.dart
index 67518aea572111b994efe62983c54b3e8203119e..9bbe79cc4ccd0d1b7f1e6db09f53dcf740fabb06 100644
--- a/pkg/compiler/lib/src/elements/modelx.dart
+++ b/pkg/compiler/lib/src/elements/modelx.dart
@@ -778,7 +778,7 @@ class Importers {
Map<Element, List<ImportElement>> importers =
new Map<Element, List<ImportElement>>();
- /// Returns the the list of [ImportElement]s through which [element] was
+ /// Returns the list of [ImportElement]s through which [element] was
/// imported.
List<ImportElement> getImports(Element element) {
List<ImportElement> imports = importers[element];

Powered by Google App Engine
This is Rietveld 408576698