diff --git a/examples/get-request.rs b/examples/get-request.rs index 4f8ceae..ff4e28c 100644 --- a/examples/get-request.rs +++ b/examples/get-request.rs @@ -1,4 +1,4 @@ -//! Connect to an HTTP website, make a GET request, and pipes the response to the standard output. +//! Connect to an HTTP website, make a GET request, and pipe the response to the standard output. //! //! Run with: //!