Skip to content

Commit

Permalink
docs: fix the docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Sep 3, 2024
1 parent f7bbe01 commit 2e8f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hftbacktest/src/backtest/data/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ where
}
}

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

0 comments on commit 2e8f365

Please sign in to comment.