Match actual capitalization in Context example output

This commit is contained in:
David Tolnay 2019-10-21 19:51:04 -07:00
parent 810f73e42c
commit def64cbb96

View File

@ -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 {