We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95a56 commit efe481cCopy full SHA for efe481c
pieceio/pieceio.go
@@ -26,7 +26,7 @@ type CarIO interface {
26
// WriteCar writes a given payload to a CAR file and into the passed IO stream
27
WriteCar(ctx context.Context, bs ReadStore, payloadCid cid.Cid, node ipld.Node, w io.Writer, userOnNewCarBlocks ...car.OnNewCarBlockFunc) error
28
29
- // PrepareCar prepares a car so that it's total size can be calculated without writing it to a file.
+ // PrepareCar prepares a car so that its total size can be calculated without writing it to a file.
30
// It can then be written with PreparedCar.Dump
31
PrepareCar(ctx context.Context, bs ReadStore, payloadCid cid.Cid, node ipld.Node) (PreparedCar, error)
32
0 commit comments