| Index: sky/specs/modules.md
|
| diff --git a/sky/specs/modules.md b/sky/specs/modules.md
|
| index bb337383430545c727e0b40f94962a556c153e75..0de65eb0c53589367bd0b59a322fbf5494086e17 100644
|
| --- a/sky/specs/modules.md
|
| +++ b/sky/specs/modules.md
|
| @@ -61,8 +61,8 @@ The parser executes the contents of script elements inside a module as
|
| if they were executed as follow:
|
|
|
| ```javascript
|
| -(new Function(module, name_1, ..., name_n, source_code)).call(
|
| - source_module, value_1, ..., value_n);
|
| +(new Function(name_1, ..., name_n, module, source_code)).call(
|
| + value_1, ..., value_n, source_module);
|
| ```
|
|
|
| Where ```name_1``` through ```name_n``` are the names bound to the
|
|
|