You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Globalization/CompareInfo.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@
83
83
]]></format>
84
84
</remarks>
85
85
<relatedtype="ExternalDocumentation"href="https://www.microsoft.com/en-us/download/details.aspx?id=10921">Sorting Weight Tables for Windows operating systems</related>
86
-
<relatedtype="ExternalDocumentation"href="https://www.unicode.org/Public/UCA/latest/allkeys.txt">Default Unicode Collation Elemeent Table, for Linux and macOS</related>
86
+
<relatedtype="ExternalDocumentation"href="https://www.unicode.org/Public/UCA/latest/allkeys.txt">Default Unicode Collation Element Table, for Linux and macOS</related>
Copy file name to clipboardExpand all lines: xml/System.Globalization/StringInfo.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ This example uses the <xref:System.Globalization.StringInfo.GetTextElementEnumer
86
86
<para>Internally, the methods of the <seecref="T:System.Globalization.StringInfo" /> class call the methods of the <seecref="T:System.Globalization.CharUnicodeInfo" /> class to determine character categories. Starting with the .NET Framework 4.6.2, character classification is based on [The Unicode Standard, Version 8.0.0](https://unicode.org/versions/Unicode8.0.0). For the .NET Framework 4 through the .NET Framework 4.6.1, it is based on [The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/). In .NET Core, it is based on [The Unicode Standard, Version 8.0.0](https://unicode.org/versions/Unicode8.0.0).</para>
87
87
</block>
88
88
<relatedtype="ExternalDocumentation"href="https://www.microsoft.com/en-us/download/details.aspx?id=10921">Sorting Weight Tables for Windows operating systems</related>
89
-
<relatedtype="ExternalDocumentation"href="https://www.unicode.org/Public/UCA/latest/allkeys.txt">Default Unicode Collation Elemeent Table, for Linux and macOS</related>
89
+
<relatedtype="ExternalDocumentation"href="https://www.unicode.org/Public/UCA/latest/allkeys.txt">Default Unicode Collation Element Table, for Linux and macOS</related>
Copy file name to clipboardExpand all lines: xml/System.Runtime.InteropServices/SafeBuffer.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@
153
153
154
154
<xref:System.Runtime.InteropServices.SafeBuffer.AcquirePointer%2A> calls the <xref:System.Runtime.InteropServices.SafeHandle.DangerousAddRef%2A?displayProperty=nameWithType> method and exposes the pointer. Unlike the <xref:System.Runtime.InteropServices.SafeBuffer.Read%2A> method, it does not change the current position of the pointer.
155
155
156
-
The following exampledemonstrates how to use the <xref:System.Runtime.InteropServices.SafeBuffer.AcquirePointer%2A> method:
156
+
The following example demonstrates how to use the <xref:System.Runtime.InteropServices.SafeBuffer.AcquirePointer%2A> method:
Copy file name to clipboardExpand all lines: xml/System/String.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -531,7 +531,7 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/en-us/dow
531
531
]]></format>
532
532
</remarks>
533
533
<related type="ExternalDocumentation" href="https://www.microsoft.com/en-us/download/details.aspx?id=10921">Sorting Weight Tables for Windows operating systems</related>
534
-
<related type="ExternalDocumentation" href="https://www.unicode.org/Public/UCA/latest/allkeys.txt">Default Unicode Collation Elemeent Table, for Linux and macOS</related>
534
+
<related type="ExternalDocumentation" href="https://www.unicode.org/Public/UCA/latest/allkeys.txt">Default Unicode Collation Element Table, for Linux and macOS</related>
535
535
<threadsafe>This type is thread safe.</threadsafe>
536
536
<altmember cref="T:System.IComparable" />
537
537
<altmember cref="T:System.ICloneable" />
@@ -2389,7 +2389,7 @@ You can download the [Sorting Weight Tables](https://www.microsoft.com/en-us/dow
2389
2389
2390
2390
</description></item><item><term> Greater than zero
2391
2391
2392
-
</term><description> The substring in <paramref name="strA" /> follllows the substring in <paramref name="strB" /> in the sort order.
2392
+
</term><description> The substring in <paramref name="strA" /> follows the substring in <paramref name="strB" /> in the sort order.
2393
2393
2394
2394
</description></item></list></returns>
2395
2395
<remarks>
@@ -6631,7 +6631,7 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236
6631
6631
<Docs>
6632
6632
<param name="value">The character to seek.</param>
6633
6633
<param name="comparisonType">An enumeration value that specifies the rules for the search.</param>
6634
-
<summary>Reports the zero-based index of the first occurrrence of the specxified Unicode character in this string. A parameter specifies the type of search to use for the specified character.</summary>
6634
+
<summary>Reports the zero-based index of the first occurrence of the specified Unicode character in this string. A parameter specifies the type of search to use for the specified character.</summary>
6635
6635
<returns>The zero-based index of <paramref name="value" /> if that character is found, or -1 if it is not.</returns>
6636
6636
<remarks>
6637
6637
<format type="text/markdown"><![CDATA[
@@ -7035,7 +7035,7 @@ The `comparisonType` parameter is a <xref:System.StringComparison> enumeration m
7035
7035
7036
7036
7037
7037
## Examples
7038
-
The following exampledemonstrates three overloads of the <xref:System.String.IndexOf%2A> method that find the first occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
7038
+
The following example demonstrates three overloads of the <xref:System.String.IndexOf%2A> method that find the first occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
@@ -7119,7 +7119,7 @@ The `comparisonType` parameter is a <xref:System.StringComparison> enumeration m
7119
7119
7120
7120
7121
7121
## Examples
7122
-
The following exampledemonstrates three overloads of the <xref:System.String.IndexOf%2A> method that find the first occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
7122
+
The following example demonstrates three overloads of the <xref:System.String.IndexOf%2A> method that find the first occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
@@ -8845,7 +8845,7 @@ A string is empty if it is explicitly assigned an empty string ("") or <xref:Sy
8845
8845
8846
8846
8847
8847
## Examples
8848
-
The following exampledemonstrates three overloads of the <xref:System.String.LastIndexOf%2A> method that find the last occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
8848
+
The following example demonstrates three overloads of the <xref:System.String.LastIndexOf%2A> method that find the last occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
@@ -9101,7 +9101,7 @@ A string is empty if it is explicitly assigned an empty string ("") or <xref:Sy
9101
9101
9102
9102
9103
9103
## Examples
9104
-
The following exampledemonstrates three overloads of the <xref:System.String.LastIndexOf%2A> method that find the last occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
9104
+
The following example demonstrates three overloads of the <xref:System.String.LastIndexOf%2A> method that find the last occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
@@ -9188,7 +9188,7 @@ A string is empty if it is explicitly assigned an empty string ("") or <xref:Sy
9188
9188
9189
9189
9190
9190
## Examples
9191
-
The following exampledemonstrates three overloads of the <xref:System.String.LastIndexOf%2A> method that find the last occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
9191
+
The following example demonstrates three overloads of the <xref:System.String.LastIndexOf%2A> method that find the last occurrence of a string within another string using different values of the <xref:System.StringComparison> enumeration.
0 commit comments