We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d0280 commit c6cf77fCopy full SHA for c6cf77f
docs/core/compatibility/core-libraries/9.0/string-trim.md
@@ -118,6 +118,6 @@ return input.Trim(s_trimChars);
118
119
## Affected APIs
120
121
-- <xref:System.String.Trim(System.ReadOnlySpan{System.Char})?displayProperty=fullName>
122
-- <xref:System.String.TrimEnd(System.ReadOnlySpan{System.Char})?displayProperty=fullName>
123
-- <xref:System.String.TrimStart(System.ReadOnlySpan{System.Char})?displayProperty=fullName>
+- `System.String.Trim(System.ReadOnlySpan{System.Char})`
+- `System.String.TrimEnd(System.ReadOnlySpan{System.Char})`
+- `System.String.TrimStart(System.ReadOnlySpan{System.Char})`
0 commit comments