From 67329add00792d6cfc04b5d4cfb073a5fb12ba53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8F=E2=80=8FDave?= <47663767+cydave@users.noreply.github.com> Date: Sat, 13 Jun 2020 21:17:53 +0000 Subject: [PATCH] Fix tiny typo (#601) --- src/web/clients/api/rest-head.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/clients/api/rest-head.md b/src/web/clients/api/rest-head.md index 53a6c98..ec17da7 100644 --- a/src/web/clients/api/rest-head.md +++ b/src/web/clients/api/rest-head.md @@ -5,7 +5,7 @@ Query the GitHub Users Endpoint using a HEAD request ([`Client::head`]) and then inspect the response code to determine success. This is a quick way to query a rest resource without needing to receive -a body. [`reqwest::Client`] cofigured with [`ClientBuilder::timeout`] ensures +a body. [`reqwest::Client`] configured with [`ClientBuilder::timeout`] ensures a request will not last longer than a timeout. Due to both [`ClientBuilder::build`] and [`ReqwestBuilder::send`] returning [`reqwest::Error`] @@ -42,4 +42,4 @@ async fn main() -> Result<()> { [`RequestBuilder::send`]: https://docs.rs/reqwest/*/reqwest/struct.RequestBuilder.html#method.send [`reqwest::Client`]: https://docs.rs/reqwest/*/reqwest/struct.Client.html [`reqwest::Error`]: https://docs.rs/reqwest/*/reqwest/struct.Error.html -[`reqwest::Result`]:https://docs.rs/reqwest/*/reqwest/type.Result.html \ No newline at end of file +[`reqwest::Result`]:https://docs.rs/reqwest/*/reqwest/type.Result.html