mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
typo
This commit is contained in:
parent
879897ada6
commit
c6b3982e78
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue