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 +}