docs: use correct var name

Co-authored-by: Fraser Savage <fraser@savage.engineer>
pull/24376/head
Dom 2023-03-15 14:24:19 +00:00 committed by GitHub
parent bef29a6837
commit 84a5f291ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ pub(crate) struct WalReferenceActor<T = Arc<wal::Wal>> {
wal: T,
/// The set of IDs of persisted data that do not yet appear in
/// `wal_segments`, the set of WAL files rotated out of active use. This is
/// `wal_files`, the set of WAL files rotated out of active use. This is
/// an intermediate buffer necessary to tolerate out-of-order persist
/// notifications w.r.t file notifications.
///