Skip to content

Commit e5ec474

Browse files
Update crates/cli-support/src/js/mod.rs
Co-Authored-By: alexcrichton <[email protected]>
1 parent cd3781c commit e5ec474

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
@@ -179,7 +179,7 @@ impl<'a> Context<'a> {
179179
}
180180
}
181181
OutputMode::Web => {
182-
// In browser mode there's no need to export the internals of
182+
// In web mode there's no need to export the internals of
183183
// wasm-bindgen as we're not using the module itself as the
184184
// import object but rather the `__exports` map we'll be
185185
// initializing below.

0 commit comments

Comments
 (0)