update README.md

This commit is contained in:
Harald Hoyer 2018-12-20 17:07:55 +01:00
parent dad8c20f0c
commit 5145b950b5

View file

@ -3,7 +3,7 @@
`chainerror` provides an error backtrace like `failure` without doing a real backtrace, so even after you `strip` your
binaries, you still have the error backtrace.
`chainerror` has no depenendencies!
`chainerror` has no dependencies!
`chainerror` uses `.source()` of `std::error::Error` along with `line()!` and `file()!` to provide a nice debug error backtrace.
It encapsulates all types, which have `Display + Debug` and can store the error cause internally.