diff --git a/core/runtime.rs b/core/runtime.rs index 5044072b65..c03ee9d6fc 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.