diff --git a/hftbacktest/src/backtest/data/reader.rs b/hftbacktest/src/backtest/data/reader.rs index 8f91eac..bbe31d5 100644 --- a/hftbacktest/src/backtest/data/reader.rs +++ b/hftbacktest/src/backtest/data/reader.rs @@ -255,7 +255,7 @@ where } } - /// Sets a [`DataPreprocessor`]. + /// Sets a [`DataPreprocess`]. pub fn preprocessor(self, preprocessor: Preprocessor) -> Self where Preprocessor: DataPreprocess + Sync + Send + 'static,