diff options
Diffstat (limited to 'op_crates/web/08_text_encoding.js')
-rw-r--r-- | op_crates/web/08_text_encoding.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/web/08_text_encoding.js b/op_crates/web/08_text_encoding.js index c3e622c99..73cb38311 100644 --- a/op_crates/web/08_text_encoding.js +++ b/op_crates/web/08_text_encoding.js @@ -126,7 +126,7 @@ function btoa(s) { s = webidl.converters.DOMString(s, { - prefix: "Failed to execute 'bota'", + prefix: "Failed to execute 'btoa'", context: "Argument 1", }); const byteArray = []; |