From b581e5e1be93a7fec9e5d0caacd7dc3d61a17e8b Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Mon, 9 Sep 2019 22:49:14 -0700 Subject: [PATCH 1/2] recover dropped content + edits --- xml/System/Range.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xml/System/Range.xml b/xml/System/Range.xml index 6632c5cd8b4..9fcb9396321 100644 --- a/xml/System/Range.xml +++ b/xml/System/Range.xml @@ -270,16 +270,18 @@ The length of the collection that the range will be used with. has to be a positive value. Calculates the start offset and length of the range object using a collection length. - To be added. + The starting offset and length of the range. + + is outside the bounds of the current range. From 0aa86554eabdfa5e1e146127e010ac03f3233a15 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Mon, 9 Sep 2019 22:57:39 -0700 Subject: [PATCH 2/2] Update Range.xml --- xml/System/Range.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System/Range.xml b/xml/System/Range.xml index 9fcb9396321..85eba20c1f3 100644 --- a/xml/System/Range.xml +++ b/xml/System/Range.xml @@ -268,15 +268,15 @@ - The length of the collection that the range will be used with. has to be a positive value. + A positive integer that represents the length of the collection that the range will be used with. Calculates the start offset and length of the range object using a collection length. - The starting offset and length of the range. + The start offset and length of the range.