Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Commit

Permalink
updated readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon committed Feb 6, 2012
1 parent 2fea74a commit 53d8e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -110,7 +110,7 @@ function doSomething(ops, callback) {
//the FIRST part of the function wraps around the callback for errors
var on = outcome.error(callback);

//the "on" var is then passed to other async functions to handle results only.
//the "on" var is then passed to other async functions only to handle results.
//Errors are ALWAYS bubbled up to the original caller, or handled wherever it
//seems logical.

Expand Down

0 comments on commit 53d8e87

Please sign in to comment.