Skip to content

Commit

Permalink
docs: Fixing url address in modules/watrerfall/Batcher.js (#18997)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshkundal authored and eps1lon committed Dec 27, 2019
1 parent e59dbe3 commit f51a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/waterfall/Batcher.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Inspired by https://caolan.github.io/async/docs.html#cargo
// Inspired by https://caolan.github.io/async/v3/docs.html#cargo
// The main difference is that we have a timeout.
class Batcher {
pendingEntries = [];
Expand Down

0 comments on commit f51a533

Please sign in to comment.