| Index: sdk/lib/js/dartium/js_dartium.dart
|
| diff --git a/sdk/lib/js/dartium/js_dartium.dart b/sdk/lib/js/dartium/js_dartium.dart
|
| index 59e96769c0158d394d338b8e1ec16b9ee9cc650b..03df4a4d6ff3cf6a780385175fadd55fc9dfc67b 100644
|
| --- a/sdk/lib/js/dartium/js_dartium.dart
|
| +++ b/sdk/lib/js/dartium/js_dartium.dart
|
| @@ -43,7 +43,7 @@
|
| * context['console'].callMethod('log', [message]);
|
| * }
|
| *
|
| - * ## Proxying and Automatic Conversion
|
| + * ## Proxying and automatic conversion
|
| *
|
| * When setting properties on a JsObject or passing arguments to a Javascript
|
| * method or function, Dart objects are automatically converted or proxied to
|
|
|