| Index: sky/specs/modules.md
|
| diff --git a/sky/specs/modules.md b/sky/specs/modules.md
|
| index 3a8d3fe6b262367bb6c21796886c2b9b5766161b..25f8e62d034087914c01162410b9961d84d02566 100644
|
| --- a/sky/specs/modules.md
|
| +++ b/sky/specs/modules.md
|
| @@ -100,7 +100,7 @@ abstract class AbstractModule extends EventTarget {
|
| // if it's already loaded, the future will resolve immediately
|
| // if loading fails, the future will have an error
|
|
|
| - List<Module> getImports(); // O(N)
|
| + external List<Module> getImports(); // O(N)
|
| // returns the Module objects of all the imported modules
|
|
|
| external void registerElement(String tagname, Type elementClass); // O(1)
|
|
|