From fabf75c8123756db8b2a6013375396e0b8847bac Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 22 Feb 2026 14:01:18 +0800 Subject: *: Fix the broken comments for overescaping that python script --- repository/read_stored_passthrough.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repository') 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) } -- cgit v1.3.1-10-gc9f91