Skip to content

Commit efe481c

Browse files
authored
Godoc improvements (#299)
1 parent 8f95a56 commit efe481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pieceio/pieceio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type CarIO interface {
2626
// WriteCar writes a given payload to a CAR file and into the passed IO stream
2727
WriteCar(ctx context.Context, bs ReadStore, payloadCid cid.Cid, node ipld.Node, w io.Writer, userOnNewCarBlocks ...car.OnNewCarBlockFunc) error
2828

29-
// PrepareCar prepares a car so that it's total size can be calculated without writing it to a file.
29+
// PrepareCar prepares a car so that its total size can be calculated without writing it to a file.
3030
// It can then be written with PreparedCar.Dump
3131
PrepareCar(ctx context.Context, bs ReadStore, payloadCid cid.Cid, node ipld.Node) (PreparedCar, error)
3232

0 commit comments

Comments
 (0)