Skip to content

Commit

Permalink
chore: corrects typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Feb 28, 2024
1 parent 61b83ef commit 0d452c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/commit_log/segmented_log/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ where
///
/// This method uses the _optional index-caching_ behaviour by using the inner cache.
///
/// Returns a [`SegRead`] containing the [`Record`] and next index to read from, or seek
/// Returns a [`SeqRead`] containing the [`Record`] and next index to read from, or seek
/// information containing which [`Segment`] and `idx` to read from next.
pub async fn read_seq_exclusive(
&mut self,
Expand Down

0 comments on commit 0d452c2

Please sign in to comment.