From c32a8d0b6799ef4c862df1034202f9d6e5a5f400 Mon Sep 17 00:00:00 2001 From: Joel Montes de Oca <6587811+JoelMon@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:11:29 -0400 Subject: [PATCH] Grammer/typo (#85) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e13ecbb..4048d52 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This library provides [`eyre::Report`][Report], a trait object based error handling type for easy idiomatic error handling and reporting in Rust applications. -This crate is a fork of [`anyhow`] with a support for customized +This crate is a fork of [`anyhow`] with support for customized error reports. For more details on customization checkout the docs on [`eyre::EyreHandler`].