Rephrase relationship to fehler after lots of changes

This commit is contained in:
David Tolnay 2019-10-08 14:23:38 -07:00
parent db6d32f9a6
commit c81b949080
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 5 additions and 6 deletions

View File

@ -120,8 +120,8 @@ the necessary improvements for this to be possible as part of [RFC 2504].
## Acknowledgements
The implementation of the `anyhow::Error` type is forked from
`fehler::Exception` (https://github.com/withoutboats/fehler). This library just
The implementation of the `anyhow::Error` type is originally forked from
`fehler::Exception` (https://github.com/withoutboats/fehler). This library
exposes it under the more standard `Error` / `Result` terminology rather than
the `throw!` / `#[throws]` / `Exception` language of exceptions.

View File

@ -163,11 +163,10 @@
//!
//! # Acknowledgements
//!
//! The implementation of the `anyhow::Error` type is forked from
//! The implementation of the `anyhow::Error` type is originally forked from
//! `fehler::Exception` ([https://github.com/withoutboats/fehler][fehler]). This
//! library just exposes it under the more standard `Error` / `Result`
//! terminology rather than the `throw!` / `#[throws]` / `Exception` language of
//! exceptions.
//! library exposes it under the more standard `Error` / `Result` terminology
//! rather than the `throw!` / `#[throws]` / `Exception` language of exceptions.
//!
//! [fehler]: https://github.com/withoutboats/fehler