mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 09:40:52 +00:00
Fixing minor typo
This commit is contained in:
parent
92c2e0ebe7
commit
d9ae387536
@ -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);
|
||||
}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user