| Index: sky/specs/modules.md
|
| diff --git a/sky/specs/modules.md b/sky/specs/modules.md
|
| index 42bb484e5858842594a91d0438b3ce44bcdbf2b6..bb337383430545c727e0b40f94962a556c153e75 100644
|
| --- a/sky/specs/modules.md
|
| +++ b/sky/specs/modules.md
|
| @@ -30,7 +30,7 @@ Module API
|
| Within a script in a module, the ```module``` identifier is bound to
|
| the ```Module``` object that represents the module:
|
|
|
| -```
|
| +```javascript
|
| interface Module : EventTarget {
|
| constructor (Application application, Document document); // O(1)
|
| attribute any exports; // O(1) // defaults to the module's document
|
|
|