mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 07:40:30 -08:00
fix: Guaranteed results typo
This commit is contained in:
committed by
Karolin Varner
parent
d45e24e9b6
commit
1eefb5f263
@@ -62,7 +62,7 @@ pub trait GuaranteedValue {
|
||||
/// }
|
||||
///
|
||||
/// fn failable_multiply<T>(a: &T, b: u32)
|
||||
/// -> Result<T, T::Error> {
|
||||
/// -> Result<T, T::Error>
|
||||
/// where
|
||||
/// T: FailableAddition<Error> {
|
||||
/// let mut accu = a.failable_addition(a)?;
|
||||
|
||||
Reference in New Issue
Block a user