Skip to content

Commit 1d4ccdd

Browse files
authored
Fix doc typo (#112875)
1 parent 0473604 commit 1d4ccdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public partial class LdapSessionOptions
2424
/// which can be done by using <code>openssl rehash .</code> or <code>c_rehash .</code> in the directory
2525
/// containing the certificate files.
2626
/// </remarks>
27-
/// <exception cref="DirectoryNotFoundException">The directory not exist.</exception>
27+
/// <exception cref="DirectoryNotFoundException">The directory does not exist.</exception>
2828
[UnsupportedOSPlatform("windows")]
2929
public string TrustedCertificatesDirectory
3030
{

0 commit comments

Comments
 (0)