Skip to content

Commit eb90ad6

Browse files
TimothyGuaddaleax
authored andcommitted
doc: add missing space
PR-URL: #14181 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent c56a890 commit eb90ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ urlSearchParams.has.call(buf, 'foo');
645645
### ERR_INVALID_TUPLE
646646

647647
Used when an element in the `iterable` provided to the [WHATWG][WHATWG URL
648-
API] [`URLSearchParams`constructor][`new URLSearchParams(iterable)`] does not
648+
API] [`URLSearchParams` constructor][`new URLSearchParams(iterable)`] does not
649649
represent a `[name, value]` tuple – that is, if an element is not iterable, or
650650
does not consist of exactly two elements.
651651

0 commit comments

Comments
 (0)