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