about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-03-23T20·54+0100
committerclbot <clbot@tvl.fyi>2024-03-23T22·06+0000
commit110734dfed63551ac4de3f7fcc054b3287a85296 (patch)
tree8cbe9224e96dda5d4f85f17ce4677d496f08bbb2
parente449f423e77af593ff207a3b5f7e8d6e46d9f0ce (diff)
docs(tvix/castore): fix missing slash in docstring r/7768
Change-Id: I5f39d0e613b651458b168cfd9df0693d7f01d704
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11246
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
-rw-r--r--tvix/castore/src/proto/tests/grpc_directoryservice.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/src/proto/tests/grpc_directoryservice.rs b/tvix/castore/src/proto/tests/grpc_directoryservice.rs
index 1b522472be..dcd9a0ef01 100644
--- a/tvix/castore/src/proto/tests/grpc_directoryservice.rs
+++ b/tvix/castore/src/proto/tests/grpc_directoryservice.rs
@@ -10,7 +10,7 @@ use tonic::Status;
 
 /// Send the specified GetDirectoryRequest.
 /// Returns an error in the case of an error response, or an error in one of
-// the items in the stream, or a Vec<Directory> in the case of a successful
+/// the items in the stream, or a Vec<Directory> in the case of a successful
 /// request.
 async fn get_directories(
     grpc_client: &mut DirectoryServiceClient<Channel>,