From eb90ad61fb651cd1c1005871e037422870aac742 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 12 Jul 2017 12:15:21 +0800 Subject: [PATCH] doc: add missing space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/14181 Reviewed-By: Evan Lucas Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen Reviewed-By: Vse Mozhet Byt Reviewed-By: Rich Trott --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 97d3ec70ea2ae7..4c5828f74b7469 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -645,7 +645,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.