File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/iter/flow Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
4848var iterHead = require ( ' @stdlib/iter/head' );
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments