mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-10-02 15:26:08 +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
|
/// ```console
|
||||||
/// Error: failed to read instrs from ./path/to/instrs.jsox
|
/// Error: failed to read instrs from ./path/to/instrs.jsox
|
||||||
///
|
///
|
||||||
/// caused by:
|
/// Caused by:
|
||||||
/// No such file or directory (os error 2)
|
/// No such file or directory (os error 2)
|
||||||
/// ```
|
/// ```
|
||||||
pub trait Context<T, E>: context::private::Sealed {
|
pub trait Context<T, E>: context::private::Sealed {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user