Index: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart |
index f9a3af7c6ad148cf9a58ef529b71e0abd36bb8bc..1db4e07bc91620d63e76195ab7f277c08a78f338 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart |
@@ -934,7 +934,7 @@ jsPropertyAccess(var jsObject, String property) { |
getFallThroughError() => const FallThroughErrorImplementation(); |
/** |
- * Represents the type Dynamic. The compiler treats this specially. |
+ * Represents the type dynamic. The compiler treats this specially. |
*/ |
abstract class Dynamic_ { |
} |