about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>,