Commit 96c480b 1 parent ca73f55 commit 96c480b Copy full SHA for 96c480b
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 @@ -690,7 +690,7 @@ See [`net.createConnection()`][].
690
690
added: REPLACEME
691
691
-->
692
692
693
- * ` ip ` {number } The IP which the socket is attempting to connect to.
693
+ * ` ip ` {string } The IP which the socket is attempting to connect to.
694
694
* ` port ` {number} The port which the socket is attempting to connect to.
695
695
* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
696
696
@@ -703,7 +703,7 @@ if the family autoselection algorithm is enabled in [`socket.connect(options)`][
703
703
added: REPLACEME
704
704
-->
705
705
706
- * ` ip ` {number } The IP which the socket attempted to connect to.
706
+ * ` ip ` {string } The IP which the socket attempted to connect to.
707
707
* ` port ` {number} The port which the socket attempted to connect to.
708
708
* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
709
709
\* ` error ` {Error} The error associated with the failure.
@@ -717,7 +717,7 @@ if the family autoselection algorithm is enabled in [`socket.connect(options)`][
717
717
added: REPLACEME
718
718
-->
719
719
720
- * ` ip ` {number } The IP which the socket attempted to connect to.
720
+ * ` ip ` {string } The IP which the socket attempted to connect to.
721
721
* ` port ` {number} The port which the socket attempted to connect to.
722
722
* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
723
723
You can’t perform that action at this time.
0 commit comments