Index: sdk/lib/_internal/compiler/js_lib/foreign_helper.dart |
diff --git a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart |
index 5b2adc22221d3b9e3d33557770d78941a72e6407..5ce8113dd6a75c8eb7e1bda95540880587b7e4fe 100644 |
--- a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart |
+++ b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart |
@@ -41,7 +41,7 @@ import 'dart:_js_embedded_names' show JsGetName, JsBuiltin; |
* described: |
* |
* + `=Object` is a plain JavaScript object. Some DOM methods return |
- * instances that have no corresponing Dart type (e.g. cross-frame |
+ * instances that have no corresponding Dart type (e.g. cross-frame |
* documents), `=Object` can be used to describe these untyped' values. |
* |
* + `var` (or empty string). If the entire [typeDescription] is `var` (or |