| Index: sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart b/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
|
| index f536e55ad4a04c20840e1e86d9a0c6bf5fb04ad2..94231b01967bd41bff101e62f9e66390868c7430 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/js_mirrors.dart
|
| @@ -1295,7 +1295,7 @@ class JsInstanceMirror extends JsObjectMirror implements InstanceMirror {
|
| /**
|
| * ClassMirror for generic classes where the type parameters are bound.
|
| *
|
| - * [typeArguments] will return a list of the type arguments, in constrast
|
| + * [typeArguments] will return a list of the type arguments, in contrast
|
| * to JsCLassMirror that returns an empty list since it represents original
|
| * declarations and classes that are not generic.
|
| */
|
|
|