From 2ddf7237328b45a4a5a9d41dc7d7edf4f566ae9b Mon Sep 17 00:00:00 2001 From: Jihoon Park Date: Mon, 4 Mar 2024 13:44:09 -0500 Subject: [PATCH] Doc | Fix typo in SqlConnectionEncryptOption.xml (#2381) --- .../Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/snippets/Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml b/doc/snippets/Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml index 35b8d24ab6..39111465a3 100644 --- a/doc/snippets/Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml +++ b/doc/snippets/Microsoft.Data.SqlClient/SqlConnectionEncryptOption.xml @@ -7,7 +7,7 @@ property. When converting from a boolean, a value of `true` converts to and a value of `false` converts to . When converting to a boolean, , , and `null` convert to `true` and converts `false`. +Implicit conversions have been added to maintain backwards compatibility with boolean behavior for the property. When converting from a boolean, a value of `true` converts to and a value of `false` converts to . When converting to a boolean, , , and `null` convert to `true` and converts `false`. ]]> @@ -49,13 +49,13 @@ Implicit conversions have been added to maintain backwards compatibility with bo The boolean value to be used for implicit comparison. - Enables implicit converstion of a boolean to a . A value of converts to . A value of converts to . + Enables implicit conversion of a boolean to a . A value of converts to . A value of converts to . The value to be used for implicit comparison. - Enables implicit converstion of a to a boolean. and convert to . converts to . + Enables implicit conversion of a to a boolean. and convert to . converts to .