From b5b7c3b432cf60ff5b5e11ee4bc7df85a4185d1e 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 51057558fc..be90d1b375 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -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.