| Index: sky/specs/apis.md
|
| diff --git a/sky/specs/apis.md b/sky/specs/apis.md
|
| index 2122dd3d38d92ab8e80143de9bcbbe9d6cd2183d..4b886dccc444f337fbdfcdddaff577d19dd23fc6 100644
|
| --- a/sky/specs/apis.md
|
| +++ b/sky/specs/apis.md
|
| @@ -174,7 +174,7 @@ module 'sky:core' {
|
| // MODULES
|
| abstract interface AbstractModule : EventTarget {
|
| Promise<any> import(String url); // O(Yikes) // returns the module's exports
|
| - ScriptElement? currentScript; // O(1) // returns the <script> element currently being executed if any, else null
|
| + ScriptElement? currentScript; // O(1) // returns the <script> element currently being executed if any, and if it's in this module; else null
|
| }
|
|
|
| interface Module : AbstractModule {
|
|
|