[Pkg-javascript-commits] [node-async] 86/480: replace 'flow control' with 'control flow' in README to shut marak up
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 2810b751f5d4bc6033a35008fe2b648b10b8fb62
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date: Tue May 17 11:40:43 2011 -0700
replace 'flow control' with 'control flow' in README to shut marak up
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 039d942..b0ec525 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ browser.
Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common patterns
-for asynchronous flow control (parallel, series, waterfall…). All these
+for asynchronous control flow (parallel, series, waterfall…). All these
functions assume you follow the node.js convention of providing a single
callback as the last argument of your async function.
@@ -80,7 +80,7 @@ So far its been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage:
* [every](#every)
* [concat](#concat)
-### Flow Control
+### Control Flow
* [series](#series)
* [parallel](#parallel)
@@ -443,7 +443,7 @@ __Example__
Same as async.concat, but executes in series instead of parallel.
-## Flow Control
+## Control Flow
<a name="series" />
### series(tasks, [callback])
@@ -813,7 +813,7 @@ __Example__
### apply(function, arguments..)
Creates a continuation function with some arguments already applied, a useful
-shorthand when combined with other flow control functions. Any arguments
+shorthand when combined with other control flow functions. Any arguments
passed to the returned function are added to the arguments originally passed
to apply.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list