diff options
Diffstat (limited to 'ext/url')
-rw-r--r-- | ext/url/00_url.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/url/00_url.js b/ext/url/00_url.js index 577caba90..ec875da76 100644 --- a/ext/url/00_url.js +++ b/ext/url/00_url.js @@ -139,7 +139,7 @@ class URLSearchParams { throw new TypeError( `${prefix}: Item ${ i + 0 - } in the parameter list does have length 2 exactly.`, + } in the parameter list does have length 2 exactly`, ); } return [pair[0], pair[1]]; |