Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart |
diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart |
index 36bc86c0597d13e6de11ae2b15ce2b082082e9d0..43669afa3d54b8e3669c4b13ba86a6f27a6fb3d1 100644 |
--- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart |
+++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart |
@@ -614,7 +614,7 @@ notNull(x) { |
/// |
// TODO(jmesserly): this could be faster |
// TODO(jmesserly): we can use default values `= dynamic` once #417 is fixed. |
-// TODO(jmesserly): move this to classes for consistentcy with list literals? |
+// TODO(jmesserly): move this to classes for consistency with list literals? |
map(values, [K, V]) => JS( |
'', |
'''(() => { |