Merge pull request #236 from sgasse/fix/sgasse/misc_typo_in_lib

Fix misc typo in lib.rs documentation
This commit is contained in:
Steven Fackler
2022-10-06 15:54:06 -04:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
//!
//! This crate uses SChannel on Windows (via the `schannel` crate), Secure
//! Transport on OSX (via the `security-framework` crate), and OpenSSL (via the
//! `openssl` crate) on all other platforms. Future futures may also enable
//! `openssl` crate) on all other platforms. Future features may also enable
//! other TLS frameworks as well, but these initial libraries are likely to
//! remain as the defaults.
//!