From 66245ef8dcc864e7d09aa4ecaf31d36db7b05d0a Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 1 Dec 2024 11:05:22 +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 3aff592..6bf1872 100644 --- a/src/client.rs +++ b/src/client.rs @@ -44,7 +44,7 @@ impl Client { // Actions - /// High-level method make new async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html), + /// 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 /// * compatible with user (certificate) and guest (certificate-less) connection types /// * disables default `session-resumption-enabled` property to apply certificate change ability in runtime