diff options
author | Satya Rohith <me@satyarohith.com> | 2021-04-28 19:38:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 10:08:51 -0400 |
commit | 2bd087ab1b2c2047b1681b8bb369a1f8acf30019 (patch) | |
tree | 5a8cc8fdb5956e9396416dbe473440c449161c24 /op_crates/url/00_url.js | |
parent | 8c6f97719215815eae63cfb7cdcb5def27756a3a (diff) |
chore: upgrade dprint plugins (#10397)
Diffstat (limited to 'op_crates/url/00_url.js')
-rw-r--r-- | op_crates/url/00_url.js | 2 |
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); |