diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/castore/src/proto/tests/grpc_directoryservice.rs | 2 |
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 1b522472be5b..dcd9a0ef010e 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>, |