Skip to content

Commit c6cf77f

Browse files
committed
don't use xrefs
1 parent b3d0280 commit c6cf77f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/compatibility/core-libraries/9.0/string-trim.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ return input.Trim(s_trimChars);
118118

119119
## Affected APIs
120120

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>
121+
- `System.String.Trim(System.ReadOnlySpan{System.Char})`
122+
- `System.String.TrimEnd(System.ReadOnlySpan{System.Char})`
123+
- `System.String.TrimStart(System.ReadOnlySpan{System.Char})`

0 commit comments

Comments
 (0)