doc: fix broken link in repl.markdown · nodejs/node@e8a206e

Commit e8a206e

DannyNemerFishrock123

authored and

committed

doc: fix broken link in repl.markdown

PR-URL: #2827 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -277,5 +277,6 @@ and try to print `obj` in REPL, it will invoke the custom `inspect()` function:

277277

> obj

278278

{ bar: 'baz' }

279279
280+

[Readline Interface]: readline.html#readline_class_interface

280281

[util.inspect()]: util.html#util_util_inspect_object_options

281282

[here]: util.html#util_custom_inspect_function_on_objects

0 commit comments