From 453510c7ef7dae452a44da2752084c1d08246a61 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sun, 21 Apr 2019 21:51:44 +0200 Subject: [PATCH] doc: fix pull request number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a pull request number in `repl.md`. PR-URL: https://github.com/nodejs/node/pull/27336 Reviewed-By: Tobias Nießen Reviewed-By: Vse Mozhet Byt Reviewed-By: Anna Henningsen Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Yongsheng Zhang --- doc/api/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/repl.md b/doc/api/repl.md index b4ee0b7bdbbbbc..e0ec27b7e3bada 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -480,7 +480,7 @@ with REPL instances programmatically. added: v0.1.91 changes: - version: v12.0.0 - pr-url: https://github.com/nodejs/node/pull/v12.0.0 + pr-url: https://github.com/nodejs/node/pull/26518 description: The `terminal` option now follows the default description in all cases and `useColors` checks `hasColors()` if available. - version: v10.0.0