From 110734dfed63551ac4de3f7fcc054b3287a85296 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 23 Mar 2024 21:54:25 +0100 Subject: docs(tvix/castore): fix missing slash in docstring Change-Id: I5f39d0e613b651458b168cfd9df0693d7f01d704 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11246 Reviewed-by: Connor Brewster Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/castore/src/proto/tests/grpc_directoryservice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 in the case of a successful +/// the items in the stream, or a Vec in the case of a successful /// request. async fn get_directories( grpc_client: &mut DirectoryServiceClient, -- cgit 1.4.1