summaryrefslogtreecommitdiff
path: root/op_crates/url/00_url.js
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/url/00_url.js')
-rw-r--r--op_crates/url/00_url.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/url/00_url.js b/op_crates/url/00_url.js
index f51b4aedc..340937748 100644
--- a/op_crates/url/00_url.js
+++ b/op_crates/url/00_url.js
@@ -395,7 +395,7 @@
* This function implements application/x-www-form-urlencoded parsing.
* https://url.spec.whatwg.org/#concept-urlencoded-parser
* @param {Uint8Array} bytes
- * @returns {[string, string][]}
+ * @returns {[string, string][]}
*/
function parseUrlEncoded(bytes) {
return core.opSync("op_url_parse_search_params", null, bytes);