Skip to content

Commit e1e8089

Browse files
committed
Update DetectionBatchStream docstring
Signed-off-by: declark1 <44146800+declark1@users.noreply.github.com>
1 parent 3a3857f commit e1e8089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/orchestrator/types/detection_batch_stream.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ use crate::orchestrator::Error;
2525
/// produces a stream of batches using a [`DetectionBatcher`]
2626
/// implementation.
2727
///
28-
/// The detection batcher enables flexible batching
29-
/// logic and returned batch types for different use cases.
28+
/// The detection batcher enables flexible batching logic for different use cases.
3029
pub struct DetectionBatchStream {
3130
batch_rx: mpsc::Receiver<Result<Batch, Error>>,
3231
}

0 commit comments

Comments
 (0)