Skip to content

Commit 4eb1938

Browse files
tniessenruyadorno
authored andcommitted
doc: align tls port types with net port types
PR-URL: #41799 Reviewed-By: Mestery <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e5db136 commit 4eb1938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/tls.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ Returns the string representation of the local IP address.
13651365
added: v0.11.4
13661366
-->
13671367

1368-
* {number}
1368+
* {integer}
13691369

13701370
Returns the numeric representation of the local port.
13711371

@@ -1396,7 +1396,7 @@ Returns the string representation of the remote IP family. `'IPv4'` or `'IPv6'`.
13961396
added: v0.11.4
13971397
-->
13981398

1399-
* {number}
1399+
* {integer}
14001400

14011401
Returns the numeric representation of the remote port. For example, `443`.
14021402

0 commit comments

Comments
 (0)