diff --git a/xml/System/String.xml b/xml/System/String.xml index 9541a412c78..0e0e5a7cee0 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -14072,7 +14072,7 @@ White-space characters are defined by the Unicode standard. The `Trim` method re ## Examples -The following example uses the method to remove any extra white space from strings entered by the user before concatenating them. +The following example uses the method to remove any extra white space from strings entered by the user before concatenating them. [!code-cpp[System.String.Trim#2](~/samples/snippets/cpp/VS_Snippets_CLR_System/system.String.Trim/cpp/trim2.cpp#2)] [!code-csharp[System.String.Trim#2](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.String.Trim/cs/Trim2.cs#2)]