update comment

This commit is contained in:
yggverse 2024-11-30 03:35:00 +02:00
parent 9f9e0e0ea3
commit 745b8a6786

View file

@ -129,7 +129,7 @@ impl Client {
Some(ref cancellable) => Some(cancellable.clone()), Some(ref cancellable) => Some(cancellable.clone()),
None => None::<Cancellable>, None => None::<Cancellable>,
}, },
callback, // callback with response callback, // result
) )
} }
Err(e) => callback(Err(Error::Connection(e))), Err(e) => callback(Err(Error::Connection(e))),