Skip to content

Commit 4c5bb1a

Browse files
committed
doc: sort repl references in ASCII order
PR-URL: #35230 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Masashi Hirano <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 448834c commit 4c5bb1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/repl.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -748,18 +748,18 @@ a `net.Server` and `net.Socket` instance, see:
748748
For an example of running a REPL instance over [`curl(1)`][], see:
749749
<https://gist.github.com/TooTallNate/2053342>.
750750

751+
[TTY keybindings]: readline.html#readline_tty_keybindings
751752
[ZSH]: https://en.wikipedia.org/wiki/Z_shell
752753
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
753754
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await
754755
[`ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE`]: errors.html#errors_err_domain_cannot_set_uncaught_exception_capture
755756
[`ERR_INVALID_REPL_INPUT`]: errors.html#errors_err_invalid_repl_input
757+
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
756758
[`domain`]: domain.html
757759
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
758760
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
759761
[`repl.ReplServer`]: #repl_class_replserver
760762
[`repl.start()`]: #repl_repl_start_options
761-
[`util.inspect()`]: util.html#util_util_inspect_object_options
762763
[`reverse-i-search`]: #repl_reverse_i_search
763-
[TTY keybindings]: readline.html#readline_tty_keybindings
764-
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
764+
[`util.inspect()`]: util.html#util_util_inspect_object_options
765765
[stream]: stream.html

0 commit comments

Comments
 (0)