Skip to content

Commit 2fe79b8

Browse files
committed
Typo
1 parent b270696 commit 2fe79b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! This crate supports TLS secured connections. The `TlsMode` enum is passed to connection methods
4545
//! and indicates if the connection will not, may not, or must be secured by TLS. The TLS
4646
//! 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`
47+
//! OSX's Secure Transport are provided behind the `with-openssl` and `with-security-framework`
4848
//! feature flags respectively.
4949
//!
5050
//! ## Examples

0 commit comments

Comments
 (0)