docs(tvix/castore): fix missing slash in docstring

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>
This commit is contained in:
Florian Klink 2024-03-23 21:54:25 +01:00 committed by clbot
parent e449f423e7
commit 110734dfed

View file

@ -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>,