From 300b39b889313aec387a2a8746add652bdee407c Mon Sep 17 00:00:00 2001 From: Paco Date: Sat, 5 Dec 2020 15:43:46 +0100 Subject: docs(core): Fix typo in load_module's docstring (#8564) --- core/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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. -- cgit v1.2.3