Skip to content

Commit

Permalink
docs: add missing parameter description
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored Oct 9, 2024
1 parent a982712 commit 19d1abb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ type Predicate<T, U> = Nullary<U> | Unary<T, U> | Binary<T, U>;
*
* @param iterator - source iterator
* @param predicate - predicate function
* @param thisArg - execution context
* @returns iterator
*
* @example
Expand Down

0 comments on commit 19d1abb

Please sign in to comment.