diff options
-rw-r--r-- | core/runtime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/runtime.rs b/core/runtime.rs index 5044072b6..c03ee9d6f 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -1269,7 +1269,7 @@ impl JsRuntime { Ok(()) } - /// Asynchronously load specified module and all of it's dependencies + /// Asynchronously load specified module and all of its dependencies /// /// User must call `JsRuntime::mod_evaluate` with returned `ModuleId` /// manually after load is finished. |