Skip to content

Commit eb92e6c

Browse files
committed
Update JSDoc and update copy
1 parent 68cddfb commit eb92e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/iter/flow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var iterFlow = require( '@stdlib/iter/flow' );
4242

4343
#### iterFlow( methods )
4444

45-
Returns a fluent interface constructor with a customized `prototype` based on provided `methods`.
45+
Returns a fluent interface [iterator][mdn-iterator-protocol] constructor with a customized `prototype` based on provided `methods`.
4646

4747
```javascript
4848
var iterHead = require( '@stdlib/iter/head' );

lib/node_modules/@stdlib/iter/flow/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function iterFlow( methods ) {
7979
throw new TypeError( 'invalid argument. Must provide an object. Value: `' + methods + '`.' );
8080
}
8181
/**
82-
* Fluent interface constructor.
82+
* Fluent interface iterator constructor.
8383
*
8484
* @private
8585
* @constructor

0 commit comments

Comments
 (0)