From 81bdcfac1702255a241306b426ca93d5ee0b40d2 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 6 Apr 2016 17:51:50 -0700 Subject: [PATCH 1/2] Spelling mistake in README.md `ether` => `either` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ced0af5..dfb63ca09 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 returns either has a property of error or value. __Arguments__ From ed7b73fc423f21bdd7b1c23bea3822fe162071c3 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 6 Apr 2016 17:57:50 -0700 Subject: [PATCH 2/2] Clarify async.reflect description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb63ca09..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 either has a property of error or value. +The object returned has either the property `error` or `value`. __Arguments__