From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- cli/emit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/emit.rs') diff --git a/cli/emit.rs b/cli/emit.rs index 6d3419579..b71ca97ab 100644 --- a/cli/emit.rs +++ b/cli/emit.rs @@ -64,7 +64,7 @@ impl Emitter { } /// Gets a cached emit if the source matches the hash found in the cache. - pub fn maybed_cached_emit( + pub fn maybe_cached_emit( &self, specifier: &ModuleSpecifier, source: &str, -- cgit v1.2.3