We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa555 commit 1606a1aCopy full SHA for 1606a1a
crates/trie/trie/src/node_iter.rs
@@ -69,7 +69,7 @@ pub struct TrieNodeIter<C, H: HashedCursor> {
69
previously_advanced_to_key: Option<B256>,
70
/// Stores the result of the last successful [`Self::next_hashed_entry`], used to avoid a
71
/// redundant [`Self::seek_hashed_entry`] call if the walker points to the same key that
72
- /// was just return by `next()`.
+ /// was just returned by `next()`.
73
last_next_result: Option<(B256, H::Value)>,
74
}
75
0 commit comments