Skip to content

Commit

Permalink
Fix misc typo in lib.rs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgasse committed Oct 6, 2022
1 parent 4771748 commit de8f73e
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 de8f73e

Please sign in to comment.