diff options
Diffstat (limited to 'object/blob/blob.go')
| -rw-r--r-- | object/blob/blob.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/blob/blob.go b/object/blob/blob.go index 977121fb..4ec98fb0 100644 --- a/object/blob/blob.go +++ b/object/blob/blob.go @@ -4,7 +4,7 @@ package blob // Blob represents a Git blob object. // // This Blob object is fully materialized in memory. -// Consider using objectstorer/Store.ReadReaderContent, +// Consider using objectstore/Store.ReadReaderContent, // or appropriate streaming write APIs. type Blob struct { Data []byte |
