From fd3b60d03cb05c4837264fd6eb7fad5014b63afc Mon Sep 17 00:00:00 2001 From: Taylor Hurt Date: Thu, 9 May 2019 20:21:25 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f0635..f1896df 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ it's a `VError` or not. MultiError is an Error class that represents a group of Errors. This is used when you logically need to provide a single Error, but you want to preserve -information about multiple underying Errors. A common case is when you execute +information about multiple underlying Errors. A common case is when you execute several operations in parallel and some of them fail. MultiErrors are constructed as: