crypto: Fix a SAS docstring.

This commit is contained in:
Damir Jelić 2020-08-12 12:49:29 +02:00
parent 8351858be7
commit d706140a8f

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