Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ var limit = require( './limit.js' );
*
* // Create a collection over which to iterate:
* var files = [
* './beep.js',
* './boop.js'
*
* ];
*
* // Define a callback which handles errors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
* var forEachRightAsync = require( '@stdlib/utils/async/for-each-right' );
*
* var files = [
* './beep.js',
* './boop.js'

* ];
*
* function done( error ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ var factory = require( './factory.js' );
* }
*
* var files = [
* './beep.js',
* './boop.js'

* ];
*
* forEachRightAsync( files, read, done );
Expand Down