about summary refs log tree commit diff
path: root/tvix/castore-go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore-go')
-rw-r--r--tvix/castore-go/rpc_blobstore_grpc.pb.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/castore-go/rpc_blobstore_grpc.pb.go b/tvix/castore-go/rpc_blobstore_grpc.pb.go
index e10795bfaf..d63a6cae96 100644
--- a/tvix/castore-go/rpc_blobstore_grpc.pb.go
+++ b/tvix/castore-go/rpc_blobstore_grpc.pb.go
@@ -35,7 +35,7 @@ type BlobServiceClient interface {
 	// gathering more data about it, like more granular chunking information
 	// or baos.
 	// Server implementations are not required to provide more granular chunking
-	// information, especially if the digest specified in [StatBlobRequest] is
+	// information, especially if the digest specified in `StatBlobRequest` is
 	// already a chunk of a blob.
 	Stat(ctx context.Context, in *StatBlobRequest, opts ...grpc.CallOption) (*StatBlobResponse, error)
 	// Read allows reading (all) data of a blob/chunk by the BLAKE3 digest of
@@ -147,7 +147,7 @@ type BlobServiceServer interface {
 	// gathering more data about it, like more granular chunking information
 	// or baos.
 	// Server implementations are not required to provide more granular chunking
-	// information, especially if the digest specified in [StatBlobRequest] is
+	// information, especially if the digest specified in `StatBlobRequest` is
 	// already a chunk of a blob.
 	Stat(context.Context, *StatBlobRequest) (*StatBlobResponse, error)
 	// Read allows reading (all) data of a blob/chunk by the BLAKE3 digest of