From 02c4ab2e22e9f4acdf79cddab7a8899d6d588e2d Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Fri, 19 Nov 2021 12:46:43 +0200 Subject: [PATCH] Documentation XML syntax corrections --- SMBLibrary/Client/Helpers/ServerServiceHelper.cs | 2 +- SMBLibrary/Client/SMB2Client.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SMBLibrary/Client/Helpers/ServerServiceHelper.cs b/SMBLibrary/Client/Helpers/ServerServiceHelper.cs index fdc0921..f37e12f 100644 --- a/SMBLibrary/Client/Helpers/ServerServiceHelper.cs +++ b/SMBLibrary/Client/Helpers/ServerServiceHelper.cs @@ -20,7 +20,7 @@ namespace SMBLibrary.Client } /// - /// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated + /// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated /// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name. /// public static List ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status) diff --git a/SMBLibrary/Client/SMB2Client.cs b/SMBLibrary/Client/SMB2Client.cs index f8c7dea..b8fd19a 100644 --- a/SMBLibrary/Client/SMB2Client.cs +++ b/SMBLibrary/Client/SMB2Client.cs @@ -60,7 +60,7 @@ namespace SMBLibrary.Client } /// - /// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated + /// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated /// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name. /// public bool Connect(string serverName, SMBTransportType transport)