diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 8d6dbd347daab2..57ad859f2533da 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -644,7 +644,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', '=');