diff --git a/README.md b/README.md index 79ced0af5..f18239c85 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__