aboutsummaryrefslogtreecommitdiff
path: root/object/blob
diff options
context:
space:
mode:
Diffstat (limited to 'object/blob')
-rw-r--r--object/blob/blob.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/blob/blob.go b/object/blob/blob.go
index 71c1f6f8..93856c51 100644
--- a/object/blob/blob.go
+++ b/object/blob/blob.go
@@ -5,7 +5,7 @@ package blob
//
// Blob is fully materialized in memory.
//
-// Consider using objectstore.ReadingStore.ReadReaderContent,
+// Consider using objectstore.Reader.ReadReaderContent,
// or appropriate streaming write APIs.
//
// Labels: MT-Unsafe.