Skip to content

Commit 477a3e0

Browse files
Ron Petrushamairaw
authored andcommitted
Fixed broken link (#3333)
1 parent 9abf93f commit 477a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/String.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14072,7 +14072,7 @@ White-space characters are defined by the Unicode standard. The `Trim` method re
1407214072

1407314073
## Examples
1407414074

14075-
The following example uses the <xref:System.String.Trim()?displayProperty=nameWithType> method to remove any extra white space from strings entered by the user before concatenating them.
14075+
The following example uses the <xref:System.String.Trim?displayProperty=nameWithType> method to remove any extra white space from strings entered by the user before concatenating them.
1407614076

1407714077
[!code-cpp[System.String.Trim#2](~/samples/snippets/cpp/VS_Snippets_CLR_System/system.String.Trim/cpp/trim2.cpp#2)]
1407814078
[!code-csharp[System.String.Trim#2](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.String.Trim/cs/Trim2.cs#2)]

0 commit comments

Comments
 (0)