diff --git a/xml/System.Data.OleDb/OleDbLiteral.xml b/xml/System.Data.OleDb/OleDbLiteral.xml
index 86058197139..d0d3636cf72 100644
--- a/xml/System.Data.OleDb/OleDbLiteral.xml
+++ b/xml/System.Data.OleDb/OleDbLiteral.xml
@@ -322,7 +322,7 @@
10
- The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ _" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.
+ The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ \_" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.
@@ -344,7 +344,7 @@
30
- The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ _" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX.
+ The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ \_" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX.
@@ -722,4 +722,4 @@
-
\ No newline at end of file
+
diff --git a/xml/System.Reflection/MetadataLoadContext.xml b/xml/System.Reflection/MetadataLoadContext.xml
index ae4d9e0c18a..15691083ae2 100644
--- a/xml/System.Reflection/MetadataLoadContext.xml
+++ b/xml/System.Reflection/MetadataLoadContext.xml
@@ -233,7 +233,7 @@ Note that the behavior of this method matches the behavior of the
resolve event but does not match the behavior of . (The latter gives up without raising its resolve event.)
+Note that the behavior of this method matches the behavior of resolve event but does not match the behavior of . (The latter gives up without raising its resolve event.)
]]>
The resolver returns .
diff --git a/xml/System.Threading.Tasks/TaskFactory`1.xml b/xml/System.Threading.Tasks/TaskFactory`1.xml
index 5b4309c631a..bfe7c547a6a 100644
--- a/xml/System.Threading.Tasks/TaskFactory`1.xml
+++ b/xml/System.Threading.Tasks/TaskFactory`1.xml
@@ -596,7 +596,7 @@
The array of tasks from which to continue.
The function delegate to execute asynchronously when all tasks in the array have completed.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
Creates a continuation task that will be started upon the completion of a set of provided Tasks.
The new continuation task.
@@ -661,7 +661,7 @@
The array of tasks from which to continue.
The function delegate to execute asynchronously when all tasks in the array have completed.
The cancellation token that will be assigned to the new continuation task.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
The scheduler that is used to schedule the created continuation task.
Creates a continuation task that will be started upon the completion of a set of provided Tasks.
The new continuation task.
@@ -871,7 +871,7 @@
The type of the result of the antecedent .
The array of tasks from which to continue.
The function delegate to execute asynchronously when all tasks in the array have completed.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
Creates a continuation task that will be started upon the completion of a set of provided tasks.
The new continuation task.
@@ -940,7 +940,7 @@
The array of tasks from which to continue.
The function delegate to execute asynchronously when all tasks in the array have completed.
The cancellation token that will be assigned to the new continuation task.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
The scheduler that is used to schedule the created continuation task.
Creates a continuation task that will be started upon the completion of a set of provided tasks.
The new continuation task.
@@ -1154,7 +1154,7 @@
The array of tasks from which to continue when one task completes.
The function delegate to execute asynchronously when one task in the array completes.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
Creates a continuation task that will be started upon the completion of any task in the provided set.
The new continuation task.
@@ -1223,7 +1223,7 @@
The array of tasks from which to continue when one task completes.
The function delegate to execute asynchronously when one task in the array completes.
The cancellation token that will be assigned to the new continuation task.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
The task scheduler that is used to schedule the created continuation task.
Creates a continuation task that will be started upon the completion of any task in the provided set.
The new continuation task.
@@ -1445,7 +1445,7 @@
The type of the result of the antecedent .
The array of tasks from which to continue when one task completes.
The function delegate to execute asynchronously when one task in the array completes.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
Creates a continuation task that will be started upon the completion of any task in the provided set.
The new continuation .
@@ -1518,7 +1518,7 @@
The array of tasks from which to continue when one task completes.
The function delegate to execute asynchronously when one task in the array completes.
The cancellation token that will be assigned to the new continuation task.
- One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
+ One of the enumeration values that controls the behavior of the created continuation task. The and values are not valid.
The that is used to schedule the created continuation .
Creates a continuation task that will be started upon the completion of any task in the provided set.
The new continuation .
diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml
index 17c6d6cd55d..315d0e01d6f 100644
--- a/xml/System/DateTime.xml
+++ b/xml/System/DateTime.xml
@@ -5223,7 +5223,7 @@ This method overload converts the date and time in `s` and sets the |
|`s` contains time zone information.|To the time in the local time zone||
-|`s` contains time zone information, and `styles includes the flag.|To Coordinated Universal Time (UTC)||
+|`s` contains time zone information, and `styles` includes the flag.|To Coordinated Universal Time (UTC)||
|`s` contains the Z or GMT time zone designator, and `styles` includes the .|None.||
## Example
diff --git a/xml/System/Decimal.xml b/xml/System/Decimal.xml
index 3ee9eb20bfa..c8c6b8e04dd 100644
--- a/xml/System/Decimal.xml
+++ b/xml/System/Decimal.xml
@@ -4695,7 +4695,7 @@
||The *,* element.|
||The *$* element.|
||All. The `s` parameter cannot represent a hexadecimal number or a number in exponential notation.|
-||The *ws* element at the beginning or end of `s`, *sign* at the beginning of `s`, and the *.*symbol. The `s` parameter can also use exponential notation.|
+||The *ws* element at the beginning or end of `s`, *sign* at the beginning of `s`, and the *.* symbol. The `s` parameter can also use exponential notation.|
||The `ws`, `sign`, *,*, and *.* elements.|
||All styles, except `s` cannot represent a hexadecimal number.|
diff --git a/xml/System/String.xml b/xml/System/String.xml
index a1589e31adf..12b8346b93a 100644
--- a/xml/System/String.xml
+++ b/xml/System/String.xml
@@ -5791,6 +5791,7 @@ This method uses the [composite formatting feature](~/docs/standard/base-types/c
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
+
## Example: Culture-sensitive formatting
This example uses the method to display the string representation of some date and time values and numeric values by using several different cultures.
diff --git a/xml/System/Uri.xml b/xml/System/Uri.xml
index 6d6008b5a88..952c4860d50 100644
--- a/xml/System/Uri.xml
+++ b/xml/System/Uri.xml
@@ -277,7 +277,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.
is empty.
-
+
-or-
The scheme specified in is not correctly formed. See .
@@ -591,7 +591,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.
contains a relative URI and is .
-
+
or
contains an absolute URI and is .
@@ -718,7 +718,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.
The URI formed by combining and is empty or contains only spaces.
-
+
-or-
The scheme specified in the URI formed by combining and is not valid.
@@ -838,7 +838,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.
The URI formed by combining and is empty or contains only spaces.
-
+
-or-
The scheme specified in the URI formed by combining and is not valid.