docs(trie): fix typo (#3366)

This commit is contained in:
Roman Krasiuk
2023-06-23 21:58:15 +03:00
committed by GitHub
parent a3c66f36b4
commit db05e42ffd

View File

@ -54,7 +54,7 @@ impl<'a, 'b, TX, H> StateRoot<'a, 'b, TX, H> {
self
}
/// Set the threshold to maximum value so that itermediate progress is not returned.
/// Set the threshold to maximum value so that intermediate progress is not returned.
pub fn with_no_threshold(mut self) -> Self {
self.threshold = u64::MAX;
self