mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: fix broken link in repl.markdown
PR-URL: https://github.com/nodejs/node/pull/2827 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
7f5d6c9701
commit
a85f4b5ce5
@ -277,5 +277,6 @@ and try to print `obj` in REPL, it will invoke the custom `inspect()` function:
|
||||
> obj
|
||||
{ bar: 'baz' }
|
||||
|
||||
[Readline Interface]: readline.html#readline_class_interface
|
||||
[util.inspect()]: util.html#util_util_inspect_object_options
|
||||
[here]: util.html#util_custom_inspect_function_on_objects
|
||||
|
Loading…
Reference in New Issue
Block a user