| Index: lib/src/js_ast/module_transform.dart
|
| diff --git a/lib/src/js_ast/module_transform.dart b/lib/src/js_ast/module_transform.dart
|
| index 8ef9ccffc942515ef4b84d74f0f93f7432de4892..d8749db7bef6a3f6b8c3fa66d759e33874dba415 100644
|
| --- a/lib/src/js_ast/module_transform.dart
|
| +++ b/lib/src/js_ast/module_transform.dart
|
| @@ -5,7 +5,7 @@
|
| part of js_ast;
|
|
|
| /**
|
| - * Transforms EcmaScript 6 modules to an ES 5 file using a module pattern.
|
| + * Transforms ECMAScript 6 modules to an ES 5 file using a module pattern.
|
| *
|
| * There are various module patterns in JavaScript, see
|
| * <http://babeljs.io/docs/usage/modules/> for some examples.
|
|
|