mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05: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(())
|
||||
}
|
||||
|
||||
/// 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.
|
||||
|
|
Loading…
Reference in a new issue