Skip to content

Commit 4942422

Browse files
committed
Doc fix
1 parent 2fe79b8 commit 4942422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
//! # SSL/TLS
4343
//!
4444
//! This crate supports TLS secured connections. The `TlsMode` enum is passed to connection methods
45-
//! and indicates if the connection will not, may not, or must be secured by TLS. The TLS
46-
//! implementation is pluggable through the `TlsHandshake` trait. Implementations for OpenSSL and
47-
//! OSX's Secure Transport are provided behind the `with-openssl` and `with-security-framework`
48-
//! feature flags respectively.
45+
//! and indicates if the connection will not, may, or must be secured by TLS. The TLS implementation
46+
//! is pluggable through the `TlsHandshake` trait. Implementations for OpenSSL and OSX's Secure
47+
//! Transport are provided behind the `with-openssl` and `with-security-framework` feature flags
48+
//! respectively.
4949
//!
5050
//! ## Examples
5151
//!

0 commit comments

Comments
 (0)