Skip to content

Commit

Permalink
Update crates/storage/src/connection/event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko von Leipzig <[email protected]>
  • Loading branch information
kkovaacs and Mirko-von-Leipzig authored Jan 23, 2024
1 parent cad71fd commit 7210b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/src/connection/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ fn continuation_token(
offset: number_of_events_in_last_block,
}
} else {
// the page contains events form the same block
// the page contains events from the same block
ContinuationToken {
block_number: previous_token.block_number,
offset: previous_token.offset + events.len(),
Expand Down

0 comments on commit 7210b35

Please sign in to comment.