mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
Match actual capitalization in Context example output
This commit is contained in:
parent
810f73e42c
commit
def64cbb96
@ -319,7 +319,7 @@ pub type Result<T, E = Error> = std::result::Result<T, E>;
|
||||
/// ```console
|
||||
/// Error: failed to read instrs from ./path/to/instrs.jsox
|
||||
///
|
||||
/// caused by:
|
||||
/// Caused by:
|
||||
/// No such file or directory (os error 2)
|
||||
/// ```
|
||||
pub trait Context<T, E>: context::private::Sealed {
|
||||
|
Loading…
x
Reference in New Issue
Block a user