Browse Source

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>
v6
Timothy Gu 8 years ago
committed by Anna Henningsen
parent
commit
b5b7c3b432
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 2
      doc/api/errors.md

2
doc/api/errors.md

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

Loading…
Cancel
Save