Update deltachat-ffi/src/lib.rs

Co-Authored-By: Alexander Krotov <ilabdsf@gmail.com>
This commit is contained in:
Floris Bruynooghe
2020-02-04 09:05:30 +01:00
committed by Floris Bruynooghe
parent 01b55d1d29
commit 145fd8657f

View File

@@ -3226,7 +3226,7 @@ pub trait ResultExt<T, E> {
/// to be displayed to the user.
///
/// You can do this as soon as the wrapper exists, it does not
/// have to be open (which is required for teh `warn!()` macro).
/// have to be open (which is required for the `warn!()` macro).
fn log_warn(self, wrapper: &ContextWrapper, message: &str) -> Result<T, E>;
}