Skip to content

Commit 92e10d2

Browse files
mkatychevjsgoyette
andauthored
Update src/lib.rs
Co-authored-by: Jeremiah Goyette <[email protected]>
1 parent 584bbf1 commit 92e10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ pub trait FromReport<C> {
444444
/// USAGE:
445445
/// * `impl From<SomeError as ToReport<_> $(as $context:path)*> for OurError::Report(OurReportError)`
446446
/// - Implements `From<E> where E: ToReport<_>` for errors that implement [`ToReport`]
447-
/// * impl From<Report<SomeError>>> for `OurError::Report(TransactionError`)
447+
/// * `impl From<Report<SomeError>>> for OurError::Report(TransactionError)`
448448
/// - Implements `From<Report<SomeError>>` for `Report<OurReportError>`
449449
/// * `impl From<SomeError $(as $context:path)*> for OurError::Report(TransactionError)`
450450
/// - Implements `From<SomeError>` for `Report<OurReportError>`

0 commit comments

Comments
 (0)