Commit 1d40a00 1 parent 40e8b36 commit 1d40a00 Copy full SHA for 1d40a00
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 @@ -697,7 +697,7 @@ See [`net.createConnection()`][].
697
697
added: v21.6.0
698
698
-->
699
699
700
- * ` ip ` {number } The IP which the socket is attempting to connect to.
700
+ * ` ip ` {string } The IP which the socket is attempting to connect to.
701
701
* ` port ` {number} The port which the socket is attempting to connect to.
702
702
* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
703
703
@@ -710,7 +710,7 @@ if the family autoselection algorithm is enabled in [`socket.connect(options)`][
710
710
added: v21.6.0
711
711
-->
712
712
713
- * ` ip ` {number } The IP which the socket attempted to connect to.
713
+ * ` ip ` {string } The IP which the socket attempted to connect to.
714
714
* ` port ` {number} The port which the socket attempted to connect to.
715
715
* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
716
716
\* ` error ` {Error} The error associated with the failure.
@@ -724,7 +724,7 @@ if the family autoselection algorithm is enabled in [`socket.connect(options)`][
724
724
added: v21.6.0
725
725
-->
726
726
727
- * ` ip ` {number } The IP which the socket attempted to connect to.
727
+ * ` ip ` {string } The IP which the socket attempted to connect to.
728
728
* ` port ` {number} The port which the socket attempted to connect to.
729
729
* ` family ` {number} The family of the IP. It can be ` 6 ` for IPv6 or ` 4 ` for IPv4.
730
730
You can’t perform that action at this time.
0 commit comments