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; |