diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d0754285a4f6e4..257b5afb65b4e4 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -675,7 +675,7 @@ querystring.parse(str, '\n', '='); ``` *Note*: This function is not completely equivalent to `querystring.parse()`. One -difference is that `querystring.parse()` does url encoding: +difference is that `querystring.parse()` does url decoding: ```sh > querystring.parse('%E5%A5%BD=1', '\n', '=');