Skip to content

Commit

Permalink
Doc | Fix typo (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudEshtehari committed Jun 30, 2022
1 parent 1f2902b commit 4e3aa5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Microsoft.Data.SqlClient
{
/// <include file='../../../../../../doc/snippets/Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml' path='docs/members[@name="SqlConnectionEncryptOption"]/SqlConnectionEncryptOptions/*'/>
/// <include file='../../../../../../doc/snippets/Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml' path='docs/members[@name="SqlConnectionEncryptOption"]/SqlConnectionEncryptOption/*'/>
public sealed class SqlConnectionEncryptOption
{
private const string TRUE = "True";
Expand Down

0 comments on commit 4e3aa5e

Please sign in to comment.