0
0
Fork 0
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:
Paco 2020-12-05 15:43:46 +01:00 committed by GitHub
parent 71ef5a9cd3
commit 300b39b889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.