Skip to content

Commit

Permalink
fix(docs): typo in lib.rs (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop authored and LucioFranco committed Nov 14, 2019
1 parent fbd91c3 commit c63c107
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 @@ -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
Expand Down

0 comments on commit c63c107

Please sign in to comment.