summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2018-09-02 14:37:12 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-10-15 05:51:28 +0200
commit4ba1ddb046ed79118f357a9d47458bdf158dfa06 (patch)
tree5573847807fc0886f9b8535596ccf829c3aa040c /doc/api/repl.md
parent8d29569368629bf6dfd549a69b80b678ab714e58 (diff)
downloadandroid-node-v8-4ba1ddb046ed79118f357a9d47458bdf158dfa06.tar.gz
android-node-v8-4ba1ddb046ed79118f357a9d47458bdf158dfa06.tar.bz2
android-node-v8-4ba1ddb046ed79118f357a9d47458bdf158dfa06.zip
doc: fix pr-url in repl.md
Now it points to the actual pr, not to /compare/. PR-URL: https://github.com/nodejs/node/pull/23359 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 787e28a4a9..d010265327 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -453,7 +453,7 @@ Returns `true` if `keyword` is a valid keyword, otherwise `false`.
added: v0.1.91
changes:
- version: v10.0.0
- pr-url: https://github.com/nodejs/node/pull/v10.0.0
+ pr-url: https://github.com/nodejs/node/pull/19187
description: The `REPL_MAGIC_MODE` `replMode` was removed.
- version: v5.8.0
pr-url: https://github.com/nodejs/node/pull/5388