From af1f051e9bc2022cff371b1db538fbae3dc41e7f Mon Sep 17 00:00:00 2001 From: Caio Date: Mon, 17 Jun 2019 11:36:51 -0300 Subject: [PATCH] Typo --- crates/cli-support/src/js/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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