From 2bd087ab1b2c2047b1681b8bb369a1f8acf30019 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Wed, 28 Apr 2021 19:38:51 +0530 Subject: chore: upgrade dprint plugins (#10397) --- op_crates/url/00_url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op_crates/url') 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); -- cgit v1.2.3