From 27af39c657e738d6748b9260a318de8734c21580 Mon Sep 17 00:00:00 2001 From: Hidden Date: Fri, 9 Dec 2011 20:51:52 +0800 Subject: [PATCH] Explain method and --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 0a4abaf..d515301 100644 --- a/lib/util.js +++ b/lib/util.js @@ -90,7 +90,7 @@ function extend(object, fromObject, getters, ignores, originalName, setters) { /** * and * - * run promise object step by step. + * run promise object series or parallel * * and( aPromise ) * .and( function( aValue ){