diff options
Diffstat (limited to 'tvix/castore/protos/rpc_blobstore.proto')
-rw-r--r-- | tvix/castore/protos/rpc_blobstore.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/protos/rpc_blobstore.proto b/tvix/castore/protos/rpc_blobstore.proto index 195ab5bf4fa5..eebe39ace7b3 100644 --- a/tvix/castore/protos/rpc_blobstore.proto +++ b/tvix/castore/protos/rpc_blobstore.proto @@ -15,7 +15,7 @@ service BlobService { // 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. rpc Stat(StatBlobRequest) returns (StatBlobResponse); |