Skip to content

Commit

Permalink
Update src/raft_log.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
overvenus authored Oct 17, 2023
1 parent 38469e6 commit 87cdb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raft_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ impl<T: Storage> RaftLog<T> {
// The entries in [lo, hi) must exist, otherwise scan() eventually returns an
// error.
//
// If the callback returns true, scan terminates.
// If the callback returns false, scan terminates.
pub(crate) fn scan<F>(
&self,
mut lo: u64,
Expand Down

0 comments on commit 87cdb8a

Please sign in to comment.