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

Co-Authored-By: alexcrichton <alex@alexcrichton.com>
This commit is contained in:
Nick Fitzgerald 2019-03-07 15:25:20 -06:00 committed by GitHub
parent cd3781cb73
commit e5ec474896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.