Grammer/typo (#85)

This commit is contained in:
Joel Montes de Oca 2022-08-19 17:11:29 -04:00 committed by GitHub
parent dba523177e
commit c32a8d0b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`].