fix(docs): typo in lib.rs (#142)

This commit is contained in:
Nicholas Bishop
2019-11-14 23:34:07 +01:00
committed by Lucio Franco
parent fbd91c3773
commit c63c107560
+1 -1
View File
@@ -29,7 +29,7 @@
//! enabled by default.
//! - `rustls-roots`: Adds system trust roots to `rustls`-based gRPC clients using the
//! `rustls-native-certs` crate. Not enabled by default. `rustls` must be enabled to use
//! `openssl-roots`.
//! `rustls-roots`.
//! - `prost`: Enables the [`prost`] based gRPC [`Codec`] implementation.
//!
//! # Structure