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

Unified Diff: sdk/lib/_internal/js_runtime/lib/collection_patch.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
« no previous file with comments | « runtime/vm/thread_registry.h ('k') | sdk/lib/_internal/js_runtime/lib/js_string.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/collection_patch.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/collection_patch.dart b/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
index 7d15ab839a1525e86739210c84820b533b570283..beb67f242d1d6437db5aee3cda1d6bdb95ef2725 100644
--- a/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
+++ b/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
@@ -839,7 +839,7 @@ class _HashSet<E> extends _HashSetBase<E> implements HashSet<E> {
// When iterating over the hash set, it is very convenient to have a
// list of all the elements. We cache that on the instance and clear
- // the the cache whenever the set changes. This is also used to
+ // the cache whenever the set changes. This is also used to
// guard against concurrent modifications.
List _elements;
« no previous file with comments | « runtime/vm/thread_registry.h ('k') | sdk/lib/_internal/js_runtime/lib/js_string.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698