From 809e54b8874f580706804783cbfd2e274f0c8456 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 30 Nov 2024 03:44:14 +0200 Subject: [PATCH] update comment --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index d1b17c5..f988854 100644 --- a/src/client.rs +++ b/src/client.rs @@ -71,7 +71,7 @@ impl Client { // 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 /// /// * method does not close new `Connection` created, hold it in `Session`,