crypto: Fix a SAS docstring.

master
Damir Jelić 2020-08-12 12:49:29 +02:00
parent 8351858be7
commit d706140a8f
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}