File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ use crate::string;
3333/// themselves through the [`Display`] and [`Debug`] traits, and may provide
3434/// cause chain information:
3535///
36- /// The [`Error::source`] method is generally used when errors cross
36+ /// [`Error::source()`] is generally used when errors cross
3737/// "abstraction boundaries". If one module must report an error that is caused
3838/// by an error from a lower-level module, it can allow accessing that error
39- /// via the [`Error::source`] method . This makes it possible for the high-level
39+ /// via [`Error::source()`] . This makes it possible for the high-level
4040/// module to provide its own errors while also revealing some of the
4141/// implementation for debugging via [`Error::source`] chains.
4242///
You can’t perform that action at this time.
0 commit comments