Skip to content

Commit 2e8f365

Browse files
committed
docs: fix the docstring.
1 parent f7bbe01 commit 2e8f365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hftbacktest/src/backtest/data/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ where
255255
}
256256
}
257257

258-
/// Sets a [`DataPreprocessor`].
258+
/// Sets a [`DataPreprocess`].
259259
pub fn preprocessor<Preprocessor>(self, preprocessor: Preprocessor) -> Self
260260
where
261261
Preprocessor: DataPreprocess<D> + Sync + Send + 'static,

0 commit comments

Comments
 (0)