Skip to content

Commit

Permalink
Fixing minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Aug 24, 2019
1 parent 92c2e0e commit d9ae387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-support/src/js/mod.rs
Expand Up @@ -860,7 +860,7 @@ impl<'a> Context<'a> {

// Another possibility is to use `TextEncoder#encodeInto` which is much
// newer and isn't implemented everywhere yet. It's more efficient,
// however, becaues it allows us to elide an intermediate allocation.]
// however, becaues it allows us to elide an intermediate allocation.
let encode_into = "function (arg, view) {
return cachedTextEncoder.encodeInto(arg, view);
}";
Expand Down

0 comments on commit d9ae387

Please sign in to comment.