Skip to content

Commit de8f73e

Browse files
committed
Fix misc typo in lib.rs documentation
1 parent 4771748 commit de8f73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! This crate uses SChannel on Windows (via the `schannel` crate), Secure
1212
//! Transport on OSX (via the `security-framework` crate), and OpenSSL (via the
13-
//! `openssl` crate) on all other platforms. Future futures may also enable
13+
//! `openssl` crate) on all other platforms. Future features may also enable
1414
//! other TLS frameworks as well, but these initial libraries are likely to
1515
//! remain as the defaults.
1616
//!

0 commit comments

Comments
 (0)