Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 30, 2024
1 parent ff06785 commit c79dc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/async-seq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export interface AsyncSeqOptions {
*/
window?: number;
/**
* New tasks are added to the sequence tail. By default they are dropped if the sequence is full.
* Set this to `true` to drop old tasks from sequence head instead.
* New pending tasks are added to the sequence tail. By default they are dropped if the sequence is full.
* Set this to `true` to drop old pending tasks from sequence head instead.
*/
dropHead?: boolean;
}
Expand Down

0 comments on commit c79dc09

Please sign in to comment.