about summary refs log tree commit diff
path: root/tvix/castore
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore')
-rw-r--r--tvix/castore/protos/rpc_blobstore.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/protos/rpc_blobstore.proto b/tvix/castore/protos/rpc_blobstore.proto
index 195ab5bf4f..eebe39ace7 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);