diff options
Diffstat (limited to 'ext/url/00_url.js')
-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 c288225e3..de4fb0ec8 100644 --- a/ext/url/00_url.js +++ b/ext/url/00_url.js @@ -326,7 +326,7 @@ function trim(s) { return s; } -// Represents a "no port" value. A port in URL cannot be greater than 2^16 − 1 +// Represents a "no port" value. A port in URL cannot be greater than 2^16 - 1 const NO_PORT = 65536; const componentsBuf = new Uint32Array(8); |