Skip to content

Commit 49d517f

Browse files
authored
Remove unneeded backquote (#564)
1 parent c54f247 commit 49d517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! implementation based on [`hyper`], [`tower`] and [`tokio`]. Enabled by default.
2121
//! - `codegen`: Enables all the required exports and optional dependencies required
2222
//! for [`tonic-build`]. Enabled by default.
23-
//! - `tls`: Enables the `rustls` based TLS options for the `transport` feature`. Not
23+
//! - `tls`: Enables the `rustls` based TLS options for the `transport` feature. Not
2424
//! enabled by default.
2525
//! - `tls-roots`: Adds system trust roots to `rustls`-based gRPC clients using the
2626
//! `rustls-native-certs` crate. Not enabled by default. `tls` must be enabled to use

0 commit comments

Comments
 (0)