mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
crypto: Fix a SAS docstring.
This commit is contained in:
@@ -278,7 +278,7 @@ impl Sas {
|
||||
self.inner.lock().unwrap().is_done()
|
||||
}
|
||||
|
||||
/// Is the SAS flow done.
|
||||
/// Is the SAS flow canceled.
|
||||
pub fn is_canceled(&self) -> bool {
|
||||
self.inner.lock().unwrap().is_canceled()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user