Skip to content

Commit

Permalink
chore: typo ruslts -> rustls (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
eminence committed Mar 18, 2020
1 parent 9e7d35a commit 414a897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! implementation based on [`hyper`], [`tower`] and [`tokio`]. Enabled by default.
//! - `codegen`: Enables all the required exports and optional dependencies required
//! for [`tonic-build`]. Enabled by default.
//! - `tls`: Enables the `ruslts` based TLS options for the `transport` feature`. Not
//! - `tls`: Enables the `rustls` based TLS options for the `transport` feature`. Not
//! enabled by default.
//! - `tls-roots`: Adds system trust roots to `rustls`-based gRPC clients using the
//! `rustls-native-certs` crate. Not enabled by default. `tls` must be enabled to use
Expand Down

0 comments on commit 414a897

Please sign in to comment.