Skip to content

Commit d9ae387

Browse files
committed
Fixing minor typo
1 parent 92c2e0e commit d9ae387

File tree

1 file changed

+1
-1
lines changed
  • crates/cli-support/src/js

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ impl<'a> Context<'a> {
860860

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

0 commit comments

Comments
 (0)