From 414a8978b8428df02df7d277cb287808dd4f6b49 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Wed, 18 Mar 2020 18:16:02 -0400 Subject: [PATCH] chore: typo ruslts -> rustls (#294) --- tonic/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/src/lib.rs b/tonic/src/lib.rs index b9724c67d..f90da86ba 100644 --- a/tonic/src/lib.rs +++ b/tonic/src/lib.rs @@ -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