diff --git a/crates/cli-support/src/js/mod.rs b/crates/cli-support/src/js/mod.rs index 10552295..c3a9c7a3 100644 --- a/crates/cli-support/src/js/mod.rs +++ b/crates/cli-support/src/js/mod.rs @@ -179,7 +179,7 @@ impl<'a> Context<'a> { } } OutputMode::Web => { - // In browser mode there's no need to export the internals of + // In web mode there's no need to export the internals of // wasm-bindgen as we're not using the module itself as the // import object but rather the `__exports` map we'll be // initializing below.