diff --git a/crates/cli-support/src/js/mod.rs b/crates/cli-support/src/js/mod.rs index 94793302..b3681bbd 100644 --- a/crates/cli-support/src/js/mod.rs +++ b/crates/cli-support/src/js/mod.rs @@ -2204,7 +2204,7 @@ impl ExportedClass { } } -/// Returns a sorted iterator over a hash mpa, sorted based on key. +/// Returns a sorted iterator over a hash map, sorted based on key. /// /// The intention of this API is to be used whenever the iteration order of a /// `HashMap` might affect the generated JS bindings. We want to ensure that the