doc: add missing space

PR-URL: https://github.com/nodejs/node/pull/14181
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Timothy Gu 2017-07-12 12:15:21 +08:00 committed by Anna Henningsen
parent afab5aba32
commit b5b7c3b432
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -711,7 +711,7 @@ urlSearchParams.has.call(buf, 'foo');
### ERR_INVALID_TUPLE
Used when an element in the `iterable` provided to the [WHATWG][WHATWG URL
API] [`URLSearchParams`constructor][`new URLSearchParams(iterable)`] does not
API] [`URLSearchParams` constructor][`new URLSearchParams(iterable)`] does not
represent a `[name, value]` tuple that is, if an element is not iterable, or
does not consist of exactly two elements.