From c26db2256f0ff27653ba0187e18ed1c009e2e17f Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 18 Jul 2024 14:10:09 +1000 Subject: [PATCH] docs(net): tweak `getNetworkAddress()` return doc (#5473) --- net/get_network_address.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/get_network_address.ts b/net/get_network_address.ts index 73ddeae7f..d47ce03cd 100644 --- a/net/get_network_address.ts +++ b/net/get_network_address.ts @@ -13,7 +13,7 @@ * @see {@link https://github.com/vercel/serve/blob/1ea55b1b5004f468159b54775e4fb3090fedbb2b/source/utilities/http.ts#L33} * * @param family The IP protocol version of the interface to get the address of. - * @returns The IPv4 network address of the machine. + * @returns The IPv4 network address of the machine or `undefined` if not found. * * @example Get the IPv4 network address (default) * ```ts no-assert no-eval