We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c2e0e commit d9ae387Copy full SHA for d9ae387
crates/cli-support/src/js/mod.rs
@@ -860,7 +860,7 @@ impl<'a> Context<'a> {
860
861
// Another possibility is to use `TextEncoder#encodeInto` which is much
862
// newer and isn't implemented everywhere yet. It's more efficient,
863
- // however, becaues it allows us to elide an intermediate allocation.]
+ // however, becaues it allows us to elide an intermediate allocation.
864
let encode_into = "function (arg, view) {
865
return cachedTextEncoder.encodeInto(arg, view);
866
}";
0 commit comments