Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 6719c4a

Browse files
h7linrobertkowalski
authored andcommitted
doc:fix default value of decodeURIComponent
1 parent e42c4a3 commit 6719c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/querystring.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ characters.
4242
Options object may contain `maxKeys` property (equal to 1000 by default), it'll
4343
be used to limit processed keys. Set it to 0 to remove key count limitation.
4444

45-
Options object may contain `decodeURIComponent` property (`decodeURIComponent` by default),
45+
Options object may contain `decodeURIComponent` property (`querystring.unescape` by default),
4646
it can be used to decode `non-utf8` encoding string if necessary.
4747

4848
Example:

0 commit comments

Comments
 (0)