From ec821e1f0b6820f02f461ae812b63e6046d35448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 31 Jan 2022 21:48:29 +0100 Subject: [PATCH] doc: align tls port types with net port types --- doc/api/tls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 24c7ea742808b9..e368789bd12c30 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1365,7 +1365,7 @@ Returns the string representation of the local IP address. added: v0.11.4 --> -* {number} +* {integer} Returns the numeric representation of the local port. @@ -1396,7 +1396,7 @@ Returns the string representation of the remote IP family. `'IPv4'` or `'IPv6'`. added: v0.11.4 --> -* {number} +* {integer} Returns the numeric representation of the remote port. For example, `443`.