File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ type Tags = generated.BlobTag
51
51
52
52
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
53
53
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
54
- // which has an offset but no zero value count indicates from the offset to the resource's end.
54
+ // which has an offset and zero value count indicates from the offset to the resource's end.
55
55
type HTTPRange = exported.HTTPRange
56
56
57
57
// Request Model Declaration -------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ func ParseURL(u string) (URLParts, error) {
32
32
33
33
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
34
34
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
35
- // which has an offset but no zero value count indicates from the offset to the resource's end.
35
+ // which has an offset and zero value count indicates from the offset to the resource's end.
36
36
type HTTPRange = exported.HTTPRange
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
15
15
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
16
- // which has an offset but no zero value count indicates from the offset to the resource's end.
16
+ // which has an offset and zero value count indicates from the offset to the resource's end.
17
17
type HTTPRange struct {
18
18
Offset int64
19
19
Count int64
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func ParseURL(u string) (URLParts, error) {
33
33
34
34
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
35
35
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
36
- // which has an offset but no zero value count indicates from the offset to the resource's end.
36
+ // which has an offset and zero value count indicates from the offset to the resource's end.
37
37
type HTTPRange = exported.HTTPRange
38
38
39
39
// ===================================== LEASE CONSTANTS ============================================================
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ type SetExpiryOptions struct {
516
516
517
517
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
518
518
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
519
- // which has an offset but no zero value count indicates from the offset to the resource's end.
519
+ // which has an offset and zero value count indicates from the offset to the resource's end.
520
520
type HTTPRange = exported.HTTPRange
521
521
522
522
// ================================= path imports ==================================
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const SnapshotTimeFormat = "2006-01-02T15:04:05.0000000Z07:00"
19
19
20
20
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
21
21
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
22
- // which has an offset but no zero value count indicates from the offset to the resource's end.
22
+ // which has an offset and zero value count indicates from the offset to the resource's end.
23
23
type HTTPRange = blob.HTTPRange
24
24
25
25
// FormatHTTPRange converts an HTTPRange to its string format.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type SourceModifiedAccessConditions = generated.SourceModifiedAccessConditions
54
54
55
55
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
56
56
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
57
- // which has an offset but no zero value count indicates from the offset to the resource's end.
57
+ // which has an offset and zero value count indicates from the offset to the resource's end.
58
58
type HTTPRange = exported.HTTPRange
59
59
60
60
// ShareFileRangeList - The list of file ranges.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
// HTTPRange defines a range of bytes within an HTTP resource, starting at offset and
15
15
// ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange
16
- // which has an offset but no zero value count indicates from the offset to the resource's end.
16
+ // which has an offset and zero value count indicates from the offset to the resource's end.
17
17
type HTTPRange struct {
18
18
Offset int64
19
19
Count int64
You can’t perform that action at this time.
0 commit comments