File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ undefined
85
85
```
86
86
87
87
Unless 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
89
89
are declared at the global scope.
90
90
91
91
#### Global and Local Scope
@@ -540,10 +540,11 @@ possible to connect to a long-running Node.js process without restarting it.
540
540
For an example of running a "full-featured" (` terminal ` ) REPL over
541
541
a ` net.Server ` and ` net.Socket ` instance, see: https://gist.github.com/2209310
542
542
543
- For an example of running a REPL instance over curl(1),
543
+ For an example of running a REPL instance over [ curl(1)] [ ] ,
544
544
see: https://gist.github.com/2053342
545
545
546
546
[ stream ] : stream.html
547
547
[ `util.inspect()` ] : util.html#util_util_inspect_object_options
548
548
[ `readline.Interface` ] : readline.html#readline_class_interface
549
549
[ `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