diff --git a/xml/System/String.xml b/xml/System/String.xml index b90b4d54a0f..ad6a4863902 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -11592,7 +11592,7 @@ The following example demonstrates the method. [!NOTE] > This method does not modify the value of the current instance. Instead, it returns a new string in which all characters from position `startIndex` to the end of the original string have been removed. @@ -11612,7 +11612,7 @@ The following example demonstrates the method. Th -or- - specifies a position that is not within this string. + is greater than the length of this instance.