Skip to content

Commit 0bbdfc8

Browse files
committed
Fix wording
1 parent 8a6c5c1 commit 0bbdfc8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/dedupe-by

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/dedupe-by/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
7676
- **next**: function which returns an [iterator][mdn-iterator-protocol] protocol-compliant object containing the next iterated value (if one exists) assigned to a `value` property and a `done` property having a `boolean` value indicating whether the [iterator][mdn-iterator-protocol] is finished.
7777
- **return**: function which closes an [iterator][mdn-iterator-protocol] and returns a single (optional) argument in an [iterator][mdn-iterator-protocol] protocol-compliant object.
7878

79-
The provided function is provided four arguments:
79+
The provided function is provided five arguments:
8080

8181
- **curr**: current source iterated value.
8282
- **sprev**: previous source iterated value.

0 commit comments

Comments
 (0)