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