docs: fix code comment about sequence ranges

pull/24376/head
Marco Neumann 2021-08-03 12:45:13 +02:00
parent ed70b73fd8
commit b868cd160e
1 changed files with 2 additions and 2 deletions

View File

@ -323,8 +323,8 @@ impl SequenceNumberSection {
}
}
None => {
// The range of potentially unpersisted entries is empty, aka the data up to `max`
// is fully persisted. We are below `max` in this branch, so this entry is fully
// The range of potentially unpersisted entries is empty, aka the data up to and including `max`
// is fully persisted. We are below or equal to `max` in this branch, so this entry is fully
// persisted.
Self::Persisted
}