Skip to content

Commit

Permalink
fixup: doc reference to renamed field
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Sep 16, 2024
1 parent f0430e9 commit e02334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/tenant/storage_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ struct ReadDesc {
layer_id: LayerId,
/// Lsn range for the read, used for selecting the next read
lsn_range: Range<Lsn>,
/// This read's index in [`LayerKeyspace::target_keyspace`];
/// This read's index in [`LayerKeyspace::reads`];
read_id: LayerKeyspaceReadId,
}

Expand Down

0 comments on commit e02334c

Please sign in to comment.