about summary refs log tree commit diff
path: root/tvix/castore/protos/rpc_blobstore.proto
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-21T15·38+0200
committerclbot <clbot@tvl.fyi>2023-12-21T16·44+0000
commit9627ef15de4a5fae705b6d59a0d3bf59d7ef9296 (patch)
treec3585a9c6e9867983d76015164a1be8a9dea0356 /tvix/castore/protos/rpc_blobstore.proto
parent3b274f47af7e34e64fd428ab6f187e3d8d215046 (diff)
docs(tvix/castore/protos): remove reference r/7252
This is not gonna end up as a interlinked docstring.

Change-Id: I2b0ca106aa75bae0156c0b411da5931da60c725d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10406
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-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);