File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,14 +400,14 @@ The `connectListener` parameter will be added as a listener for the
400
400
### socket.connect(path[ , connectListener] )
401
401
### socket.connect(port[ , host] [ , connectListener ] )
402
402
403
- As [ ` socket.connect(options\ [, connectListener\ ]) ` ] [ `socket.connect(options, connectListener)` ] ,
403
+ As [ ` socket.connect(options[, connectListener]) ` ] [ `socket.connect(options, connectListener)` ] ,
404
404
with options either as either ` {port: port, host: host} ` or ` {path: path} ` .
405
405
406
406
### socket.connecting
407
407
408
- If ` true ` - [ ` socket.connect(options\ [, connectListener\ ]) ` ] [ ] was called and
408
+ If ` true ` - [ ` socket.connect(options[, connectListener]) ` ] [ `socket.connect(options, connectListener)` ] was called and
409
409
haven't yet finished. Will be set to ` false ` before emitting ` connect ` event
410
- and/or calling [ ` socket.connect(options\ [, connectListener\ ]) ` ] [ ] 's callback.
410
+ and/or calling [ ` socket.connect(options[, connectListener]) ` ] [ `socket.connect(options, connectListener)` ] 's callback.
411
411
412
412
### socket.destroy()
413
413
You can’t perform that action at this time.
0 commit comments