Skip to content

Commit eb90ad6

Browse files
TimothyGuaddaleax
authored andcommitted
doc: add missing space
PR-URL: #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>
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

Lines changed: 1 addition & 1 deletion
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)