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

Unified Diff: pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (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
Index: pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart b/pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart
index c8dcc6b29cab43c759d29c371df3778c074afc7e..485a3ff608f129206a70e351be85e0a9f37bdcfc 100644
--- a/pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart
+++ b/pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart
@@ -35,7 +35,7 @@ library dart._foreign_helper;
* accurately. In addition to the union type already described:
*
* + `=Object` is a plain JavaScript object. Some DOM methods return instances
- * that have no corresponing Dart type (e.g. cross-frame documents),
+ * 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

Powered by Google App Engine
This is Rietveld 408576698