We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b270696 commit 2fe79b8Copy full SHA for 2fe79b8
src/lib.rs
@@ -44,7 +44,7 @@
44
//! 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 behing the `with-openssl` and `with-security-framework`
+//! OSX's Secure Transport are provided behind the `with-openssl` and `with-security-framework`
48
//! feature flags respectively.
49
//!
50
//! ## Examples
0 commit comments