Skip to content

Commit 65d58a7

Browse files
authored
fix CDATA section (#3402)
1 parent bd72380 commit 65d58a7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

xml/System/String.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14119,8 +14119,7 @@ The following example uses the <xref:System.String.Trim?displayProperty=nameWith
1411914119
<summary>Removes all leading and trailing instances of a character from the current string.</summary>
1412014120
<returns>The string that remains after all instances of the <paramref name="trimChar" /> character are removed from the start and end of the current string. If no characters can be trimmed from the current instance, the method returns the current instance unchanged.</returns>
1412114121
<remarks>
14122-
<format type="text/markdown">
14123-
<![CDATA[
14122+
<format type="text/markdown"><![CDATA[
1412414123

1412514124
## Remarks
1412614125

@@ -14186,8 +14185,7 @@ If the current string equals <xref:System.String.Empty?displayProperty=nameWitht
1418614185
<summary>Removes all leading and trailing occurrences of a set of characters specified in an array from the current string.</summary>
1418714186
<returns>The string that remains after all occurrences of the characters in the <paramref name="trimChars" /> parameter are removed from the start and end of the current string. If <paramref name="trimChars" /> is <see langword="null" /> or an empty array, white-space characters are removed instead. If no characters can be trimmed from the current instance, the method returns the current instance unchanged.</returns>
1418814187
<remarks>
14189-
<format type="text/markdown">
14190-
<![CDATA[
14188+
<format type="text/markdown"><![CDATA[
1419114189

1419214190
## Remarks
1419314191

@@ -14355,8 +14353,7 @@ The `TrimEnd(System.Char)` method removes from the current string all trailing `
1435514353
<summary>Removes all the trailing occurrences of a set of characters specified in an array from the current string.</summary>
1435614354
<returns>The string that remains after all occurrences of the characters in the <paramref name="trimChars" /> parameter are removed from the end of the current string. If <paramref name="trimChars" /> is <see langword="null" /> or an empty array, Unicode white-space characters are removed instead. If no characters can be trimmed from the current instance, the method returns the current instance unchanged.</returns>
1435714355
<remarks>
14358-
<format type="text/markdown">
14359-
<![CDATA[
14356+
<format type="text/markdown"><![CDATA[
1436014357

1436114358
## Remarks
1436214359

0 commit comments

Comments
 (0)