From 66a66d692ba91bcf44b77137c9f4aa4bd8ad92b3 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Thu, 23 Jul 2020 12:48:09 +0200 Subject: [PATCH] Typo --- examples/get-request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: //!