Commit f1bf8839 authored by h7lin's avatar h7lin Committed by Julien Gilli
Browse files

doc: fix default value of opts.decodeURIComponent

In the documentation for querystring.parse, the documentation mentions
that the default value for options.decodeURIComponent is the
decodeURIComponent function, but it's actually the querystring.unescape
function.

PR-URL: https://github.com/joyent/node/pull/9259


Reviewed-by: default avatarJulien Gilli <julien.gilli@joyent.com>
parent 08a11924
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment