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;
33
33
/// themselves through the [`Display`] and [`Debug`] traits, and may provide
34
34
/// cause chain information:
35
35
///
36
- /// The [`Error::source`] method is generally used when errors cross
36
+ /// [`Error::source()`] is generally used when errors cross
37
37
/// "abstraction boundaries". If one module must report an error that is caused
38
38
/// 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
40
40
/// module to provide its own errors while also revealing some of the
41
41
/// implementation for debugging via [`Error::source`] chains.
42
42
///
You can’t perform that action at this time.
0 commit comments