From e5ec474896882fade1c89ac0e4847c97c0c14cb9 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 7 Mar 2019 15:25:20 -0600 Subject: [PATCH] Update crates/cli-support/src/js/mod.rs Co-Authored-By: alexcrichton --- 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 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.