From c891aa31e5a9b521e19a26422dfe4e39c6e5d263 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Thu, 19 Nov 2020 21:36:23 -0800 Subject: [PATCH] Tweak sentence. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 65a4ff4..e18a7b5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -170,8 +170,8 @@ //! low concurrency. //! //! That's why ureq uses blocking I/O and plans to stay that way. Other HTTP clients offer both -//! an async API and a blocking API, but we want to offer a client that offers a blocking API -//! without pulling in all the dependencies required by an async API. +//! an async API and a blocking API, but we want to offer a blocking API without pulling in all +//! the dependencies required by an async API. //! //! [async]: https://rust-lang.github.io/async-book/01_getting_started/02_why_async.html //! [async-std]: https://github.com/async-rs/async-std#async-std