Skip to content

Commit 37f1745

Browse files
fix(storage): Minor documentation fix (#20139)
Release-As: 1.63.1
1 parent 779074e commit 37f1745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

storage/doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ For gRPC clients, read checksumming is also performed for partial reads (range r
429429
by validating the checksum of each individual data chunk returned by the server.
430430
431431
Automatic read checksumming can be disabled using the [WithDisableReaderChecksum] option
432-
for a normal range reader, or the [WithDisableMRDReadChecksum] option for the multi-range
433-
downloader.
432+
for a normal reader (both gRPC and JSON), or the [WithDisableMRDReadChecksum] option
433+
for the multi-range downloader (gRPC only).
434434
435435
# Parallel Uploads
436436

0 commit comments

Comments
 (0)