Skip to content

Commit

Permalink
Merge pull request #236 from sgasse/fix/sgasse/misc_typo_in_lib
Browse files Browse the repository at this point in the history
Fix misc typo in lib.rs documentation
  • Loading branch information
sfackler authored Oct 6, 2022
2 parents 4771748 + de8f73e commit aa20e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit aa20e08

Please sign in to comment.