Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 20, 2024
1 parent 975cb37 commit d835a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/take.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {$A, $S, Operation} from '../types';
import {createOperation} from '../utils';

/**
* Emits up to `count` number of values, then stops iteration.
* Emits up to `count` number of values, then stops the iteration.
*
* ```ts
* import {pipe, take} from 'iter-ops';
Expand Down

0 comments on commit d835a30

Please sign in to comment.