From 8fa0cd53b32dd0ac0b7e22c4ffa95a85496657c2 Mon Sep 17 00:00:00 2001 From: rklec <71322635+rklec@users.noreply.github.com> Date: Fri, 24 May 2024 11:57:59 +0200 Subject: [PATCH] Fix typos in C# doc in LdapConfiguration.cs --- LinqToLdap/LdapConfiguration.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LinqToLdap/LdapConfiguration.cs b/LinqToLdap/LdapConfiguration.cs index f2ab9f5..7c40804 100644 --- a/LinqToLdap/LdapConfiguration.cs +++ b/LinqToLdap/LdapConfiguration.cs @@ -243,7 +243,7 @@ public LdapConfiguration AddMappingsFrom(string assemblyName) /// The server name can be an IP address, a DNS domain or host name. /// /// - /// THrown if is null, empty or white-space. + /// Thrown if is null, empty or white-space. /// public ILdapConnectionFactoryConfiguration ConfigureFactory(string serverName) { @@ -264,7 +264,7 @@ public ILdapConnectionFactoryConfiguration ConfigureFactory(string serverName) /// The server name can be an IP address, a DNS domain or host name. /// /// - /// THrown if is null, empty or white-space. + /// Thrown if is null, empty or white-space. /// public IPooledConnectionFactoryConfiguration ConfigurePooledFactory(string serverName) { @@ -336,4 +336,4 @@ public LdapConfiguration LogTo(ILinqToLdapLogger log) return this; } } -} \ No newline at end of file +}