mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
docs(core): Fix typo in load_module's docstring (#8564)
This commit is contained in:
parent
71ef5a9cd3
commit
300b39b889
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ impl JsRuntime {
|
||||||
Ok(())
|
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`
|
/// User must call `JsRuntime::mod_evaluate` with returned `ModuleId`
|
||||||
/// manually after load is finished.
|
/// manually after load is finished.
|
||||||
|
|
Loading…
Reference in a new issue