1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore: typo (#15536)

This commit is contained in:
Ikko Ashimine 2022-08-23 01:42:03 +09:00 committed by GitHub
parent 7a1a082876
commit cf80b0a202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ pub trait NpmPackageResolver {
/// Resolve the root folder of the package the provided specifier is in. /// 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( fn resolve_package_from_specifier(
&self, &self,
specifier: &ModuleSpecifier, specifier: &ModuleSpecifier,