diff options
author | apeltop <psycho3081@gmail.com> | 2022-03-25 08:36:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 00:36:30 +0100 |
commit | bb3387de17953ea1f0558f5f9863b0cd6c59d48c (patch) | |
tree | c14388a31e001030d01625d01ebb4e7552402a0c /ext/fetch/23_request.js | |
parent | eb4daafc51a2a9f4fba9702b9afcda5bbab4e6bd (diff) |
chore(ext): fix typo in ext/webgpu, ext/fetch (#14106)
Diffstat (limited to 'ext/fetch/23_request.js')
-rw-r--r-- | ext/fetch/23_request.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/23_request.js b/ext/fetch/23_request.js index 9672287df..b61f46c61 100644 --- a/ext/fetch/23_request.js +++ b/ext/fetch/23_request.js @@ -401,7 +401,7 @@ return webidl.converters["Request"](V, opts); } } - // Passed to new URL(...) which implictly converts DOMString -> USVString + // Passed to new URL(...) which implicitly converts DOMString -> USVString return webidl.converters["DOMString"](V, opts); }; webidl.converters["RequestRedirect"] = webidl.createEnumConverter( |