summaryrefslogtreecommitdiff
path: root/core/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/runtime.rs')
-rw-r--r--core/runtime.rs2
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.