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

Unified Diff: pkg/kernel/runtime/reify/types.dart

Issue 2830353002: Replace 'the the' with 'the' (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/kernel/lib/transformations/async.dart ('k') | pkg/testing/lib/src/chain.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/runtime/reify/types.dart
diff --git a/pkg/kernel/runtime/reify/types.dart b/pkg/kernel/runtime/reify/types.dart
index 630ca7da74c9e18a63a9fc35e7934af11124cf83..96ffcd8ebbac06677d6c82f1b98efb6079fc3036 100644
--- a/pkg/kernel/runtime/reify/types.dart
+++ b/pkg/kernel/runtime/reify/types.dart
@@ -429,7 +429,7 @@ class Intersection extends ReifiedType {
/// class Box<T> {}
///
/// Defines one type variable. In the type `Box<int>`, there are no type
-/// variables. However, `int` is a type argument to the the type
+/// variables. However, `int` is a type argument to the type
/// parameter/variable `T`.
class TypeVariable extends ReifiedType {
final int _id;
« no previous file with comments | « pkg/kernel/lib/transformations/async.dart ('k') | pkg/testing/lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698