From f0c85abbaf9e9e07bd39bc18943a307dd79a1e0a Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Tue, 2 May 2017 15:17:55 -0700 Subject: [PATCH] Correct RangeHelper documentation --- .../Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs b/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs index 458389573f..07f9905490 100644 --- a/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs +++ b/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs @@ -86,7 +86,7 @@ namespace Microsoft.AspNetCore.Internal /// A helper method to normalize a collection of s. /// /// A collection of to normalize. - /// The length of the provided . + /// The total length of the file representation requested. /// A normalized list of s. // 14.35.1 Byte Ranges - If a syntactically valid byte-range-set includes at least one byte-range-spec whose // first-byte-pos is less than the current length of the entity-body, or at least one suffix-byte-range-spec @@ -127,7 +127,7 @@ namespace Microsoft.AspNetCore.Internal /// A helper method to normalize a . /// /// The to normalize. - /// The length of the provided . + /// The total length of the file representation requested. /// A normalized . public static RangeItemHeaderValue NormalizeRange(RangeItemHeaderValue range, long length) {