diff options
author | Leo Chandra <leo.chandra11@gmail.com> | 2021-02-16 20:00:41 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 08:00:41 -0500 |
commit | c6b3982e782432af5d9e6f6359f522d34e663cf0 (patch) | |
tree | 173bf450745dd61093a50bafc3c0ca8b91ca139a /op_crates/web/08_text_encoding.js | |
parent | 879897ada6247e1bb19905b12e5d2fd99965089e (diff) |
typo
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 = []; |