From eb04d96af85b28fd7171ddb793a56efdb12ee398 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 9 Jul 2021 18:10:22 +0200 Subject: [PATCH] Fix a typo (#397) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f66f0c9..200c902 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! //! Ureq is in pure Rust for safety and ease of understanding. It avoids using //! `unsafe` directly. It [uses blocking I/O][blocking] instead of async I/O, because that keeps -//! the API simple and and keeps dependencies to a minimum. For TLS, ureq uses +//! the API simple and keeps dependencies to a minimum. For TLS, ureq uses //! [rustls]. //! //! Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details.