File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ undefined
8585```
8686
8787Unless otherwise scoped within blocks or functions, variables declared
88- either implicitly, or using the ` const ` , ` let ` , or ` var ` keywords
88+ either implicitly or using the ` const ` , ` let ` , or ` var ` keywords
8989are declared at the global scope.
9090
9191#### Global and Local Scope
@@ -540,10 +540,11 @@ possible to connect to a long-running Node.js process without restarting it.
540540For an example of running a "full-featured" (` terminal ` ) REPL over
541541a ` net.Server ` and ` net.Socket ` instance, see: https://gist.github.com/2209310
542542
543- For an example of running a REPL instance over curl(1),
543+ For an example of running a REPL instance over [ curl(1)] [ ] ,
544544see: https://gist.github.com/2053342
545545
546546[ stream ] : stream.html
547547[ `util.inspect()` ] : util.html#util_util_inspect_object_options
548548[ `readline.Interface` ] : readline.html#readline_class_interface
549549[ `readline.InterfaceCompleter` ] : readline.html#readline_use_of_the_completer_function
550+ [ curl(1) ] : https://curl.haxx.se/docs/manpage.html
You can’t perform that action at this time.
0 commit comments