summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-04-06 21:26:20 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-04-06 21:26:20 -0400
commite979953a11f66886f6d387a9e3391917b115127e (patch)
treef22a60e3a397fbba1ba67a5b38c672ca674e5f6f
parent5d2f19b360b7ec74db659ae571d730c1acc58b76 (diff)
parented7b73fc423f21bdd7b1c23bea3822fe162071c3 (diff)
downloadasync-e979953a11f66886f6d387a9e3391917b115127e.tar.gz
Merge pull request #1102 from ericz/patch-1
Clarify async.reflect description
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79ced0a..f18239c 100644
--- a/README.md
+++ b/README.md
@@ -2104,7 +2104,7 @@ async.timeout(function(callback) {
### reflect(function)
Wraps the function in another function that always returns data even when it errors.
-The object returns ether has a property of error or value.
+The object returned has either the property `error` or `value`.
__Arguments__