Fix and and

Close #503
This commit is contained in:
Martin Algesten
2022-04-24 19:39:23 +02:00
parent ce13168a96
commit 653cf03dee
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ HTTPS, and charset decoding.
Ureq is in pure Rust for safety and ease of understanding. It avoids using 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 `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 or native-tls](#https--tls--ssl). [rustls or native-tls](#https--tls--ssl).
Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details. Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details.

View File

@@ -16,7 +16,7 @@
//! //!
//! Ureq is in pure Rust for safety and ease of understanding. It avoids using //! 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 //! `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 or native-tls](#https--tls--ssl). //! [rustls or native-tls](#https--tls--ssl).
//! //!
//! Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details. //! Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details.