From bed49c468b74116ceed977ca79a8478d828d664b Mon Sep 17 00:00:00 2001 From: alenros Date: Wed, 19 Dec 2018 20:34:22 +0200 Subject: [PATCH 1/2] typo --- xml/System.Net/Dns.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Net/Dns.xml b/xml/System.Net/Dns.xml index f5a002d5f63..b672de06b08 100644 --- a/xml/System.Net/Dns.xml +++ b/xml/System.Net/Dns.xml @@ -684,7 +684,7 @@ If an empty string is passed as the `hostNameOrAddress` argument, then this method returns the IPv4 and IPv6 addresses of the local host. - IPv6 addresses are filtered from the results of the method if the local computer does not have IPv6 installed. As a result, it is possible to get back an empty instance if only IPv6 results where available for the `hostNameOrAddress`.parameter. + IPv6 addresses are filtered from the results of the method if the local computer does not have IPv6 installed. As a result, it is possible to get back an empty instance if only IPv6 results were available for the `hostNameOrAddress`.parameter. > [!NOTE] > This member emits trace information when you enable network tracing in your application. For more information, see [Network Tracing in the .NET Framework](~/docs/framework/network-programming/network-tracing.md). @@ -1392,4 +1392,4 @@ - \ No newline at end of file + From 2acd75abd84616a3a1c2ce83bc6ac20554e51c22 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 19 Dec 2018 21:17:16 +0200 Subject: [PATCH 2/2] Update xml/System.Net/Dns.xml removed superfluous dot Co-Authored-By: alenros --- xml/System.Net/Dns.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net/Dns.xml b/xml/System.Net/Dns.xml index b672de06b08..f0a68ea3847 100644 --- a/xml/System.Net/Dns.xml +++ b/xml/System.Net/Dns.xml @@ -684,7 +684,7 @@ If an empty string is passed as the `hostNameOrAddress` argument, then this method returns the IPv4 and IPv6 addresses of the local host. - IPv6 addresses are filtered from the results of the method if the local computer does not have IPv6 installed. As a result, it is possible to get back an empty instance if only IPv6 results were available for the `hostNameOrAddress`.parameter. + IPv6 addresses are filtered from the results of the method if the local computer does not have IPv6 installed. As a result, it is possible to get back an empty instance if only IPv6 results were available for the `hostNameOrAddress` parameter. > [!NOTE] > This member emits trace information when you enable network tracing in your application. For more information, see [Network Tracing in the .NET Framework](~/docs/framework/network-programming/network-tracing.md).