mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
chore: typo (#15536)
This commit is contained in:
parent
7a1a082876
commit
cf80b0a202
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub trait NpmPackageResolver {
|
|||
|
||||
/// Resolve the root folder of the package the provided specifier is in.
|
||||
///
|
||||
/// This will erorr when the provided specifier is not in an npm package.
|
||||
/// This will error when the provided specifier is not in an npm package.
|
||||
fn resolve_package_from_specifier(
|
||||
&self,
|
||||
specifier: &ModuleSpecifier,
|
||||
|
|
Loading…
Reference in a new issue