Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Aug 5, 2024
1 parent aec72bd commit 1e3e38b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ mod tests {
assert_eq!(snapshot_package.slot, incr_slot);

// but, if there's a full and *older* incremental, pop should return
// the full and *not* re-enque the incremental
// the full and *not* re-enqueue the incremental
let full_slot = 200;
let incr_slot = full_slot - 10;
pending_snapshot_packages.full = Some(new_full(full_slot));
Expand Down

0 comments on commit 1e3e38b

Please sign in to comment.