From 9627ef15de4a5fae705b6d59a0d3bf59d7ef9296 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 21 Dec 2023 17:38:40 +0200 Subject: docs(tvix/castore/protos): remove reference This is not gonna end up as a interlinked docstring. Change-Id: I2b0ca106aa75bae0156c0b411da5931da60c725d Reviewed-on: https://cl.tvl.fyi/c/depot/+/10406 Autosubmit: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/castore/protos/rpc_blobstore.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/castore') 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); -- cgit 1.4.1