Skip to content

Commit af1f051

Browse files
committed
Typo
1 parent 9cac16f commit af1f051

File tree

1 file changed

+1
-1
lines changed
  • crates/cli-support/src/js

1 file changed

+1
-1
lines changed

crates/cli-support/src/js/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ impl ExportedClass {
22042204
}
22052205
}
22062206

2207-
/// Returns a sorted iterator over a hash mpa, sorted based on key.
2207+
/// Returns a sorted iterator over a hash map, sorted based on key.
22082208
///
22092209
/// The intention of this API is to be used whenever the iteration order of a
22102210
/// `HashMap` might affect the generated JS bindings. We want to ensure that the

0 commit comments

Comments
 (0)