update comment

This commit is contained in:
yggverse 2024-11-30 03:44:14 +02:00
parent c57ac0de83
commit 809e54b887

View file

@ -71,7 +71,7 @@ impl Client {
// Actions // Actions
/// Make new async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html), /// High-level method make new async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html),
/// callback with new `Response`on success or `Error` on failure /// callback with new `Response`on success or `Error` on failure
/// ///
/// * method does not close new `Connection` created, hold it in `Session`, /// * method does not close new `Connection` created, hold it in `Session`,