Skip to content

Commit 111b662

Browse files
authored
Fix typo in Range.xml
One occurrence of "does't".
1 parent a97aeb7 commit 111b662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Range.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ int[] subArray2 = someArray[1..^0]; // { 2, 3, 4, 5 }
353353
354354
## Remarks
355355
356-
For performance reasons, this method does't validate `length` to ensure that it is not negative. It does ensure that `length` is within the current `Range` instance.
356+
For performance reasons, this method doesn't validate `length` to ensure that it is not negative. It does ensure that `length` is within the current `Range` instance.
357357
358358
]]></format>
359359
</remarks>

0 commit comments

Comments
 (0)