Skip to content

Commit b9161f4

Browse files
Trottruyadorno
authored andcommitted
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 d195d20 commit b9161f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/repl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,18 +744,18 @@ a `net.Server` and `net.Socket` instance, see:
744744
For an example of running a REPL instance over [`curl(1)`][], see:
745745
<https://gist.github.com/TooTallNate/2053342>.
746746

747+
[TTY keybindings]: readline.html#readline_tty_keybindings
747748
[ZSH]: https://en.wikipedia.org/wiki/Z_shell
748749
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
749750
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await
750751
[`ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE`]: errors.html#errors_err_domain_cannot_set_uncaught_exception_capture
751752
[`ERR_INVALID_REPL_INPUT`]: errors.html#errors_err_invalid_repl_input
753+
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
752754
[`domain`]: domain.html
753755
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
754756
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
755757
[`repl.ReplServer`]: #repl_class_replserver
756758
[`repl.start()`]: #repl_repl_start_options
757-
[`util.inspect()`]: util.html#util_util_inspect_object_options
758759
[`reverse-i-search`]: #repl_reverse_i_search
759-
[TTY keybindings]: readline.html#readline_tty_keybindings
760-
[`curl(1)`]: https://curl.haxx.se/docs/manpage.html
760+
[`util.inspect()`]: util.html#util_util_inspect_object_options
761761
[stream]: stream.html

0 commit comments

Comments
 (0)