From 4ff9cb4405858fe97fd84d42337c22dd678ae81f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 7 Mar 2021 12:04:46 +0000 Subject: [PATCH] (#15) Surround possible return values with --- X10D/src/EndPointExtensions/EndPointExtensions.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/X10D/src/EndPointExtensions/EndPointExtensions.cs b/X10D/src/EndPointExtensions/EndPointExtensions.cs index 8093302..c9cbcaf 100644 --- a/X10D/src/EndPointExtensions/EndPointExtensions.cs +++ b/X10D/src/EndPointExtensions/EndPointExtensions.cs @@ -13,11 +13,11 @@ namespace X10D.EndPointExtensions /// /// The endpoint whose hostname to get. /// - /// if is + /// if is . /// -or- - /// if is + /// if is . /// -or- - /// otherwise. + /// otherwise. /// [MethodImpl(MethodImplOptions.AggressiveInlining)] public static string GetHost(this EndPoint endPoint) @@ -35,11 +35,11 @@ namespace X10D.EndPointExtensions /// /// The endpoint whose port number to get. /// - /// if is + /// if is . /// -or- - /// if is + /// if is . /// -or- - /// 0 otherwise. + /// 0 otherwise. /// [MethodImpl(MethodImplOptions.AggressiveInlining)] public static int GetPort(this EndPoint endPoint)