update comment

This commit is contained in:
yggverse 2024-11-30 03:42:28 +02:00
parent 16971f9321
commit c57ac0de83

View file

@ -150,7 +150,7 @@ impl Client {
}
}
/// Make new request for constructed `Connection`
/// Middle-level method to make new request to `Connection`
/// * callback with new `Response`on success or `Error` on failure
pub fn request_async(
connection: Rc<Connection>,