diff options
Diffstat (limited to 'repository/read_stored_passthrough.go')
| -rw-r--r-- | repository/read_stored_passthrough.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/read_stored_passthrough.go b/repository/read_stored_passthrough.go index 4576eb9f..29cb8565 100644 --- a/repository/read_stored_passthrough.go +++ b/repository/read_stored_passthrough.go @@ -17,7 +17,7 @@ func (repo *Repository) ReadStoredSize(id objectid.ObjectID) (int64, error) { return repo.objects.ReadSize(id) } -// ReadStoredBytesFull reads a full serialized object as "type size\\x00content". +// ReadStoredBytesFull reads a full serialized object as "type size\0content". func (repo *Repository) ReadStoredBytesFull(id objectid.ObjectID) ([]byte, error) { return repo.objects.ReadBytesFull(id) } |
