Skip to content

Commit 9e9ad8a

Browse files
jimmycathytottoto
andauthored
chore: fix some comments (#2224)
Signed-off-by: jimmycathy <clonecode@outlook.com> Co-authored-by: tottoto <tottotodev@gmail.com>
1 parent e1fe87c commit 9e9ad8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tonic-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and handle them with ease.
1919

2020
## Examples
2121

22-
The examples bellow cover a basic use case of the [gRPC Richer Error Model].
22+
The examples below cover a basic use case of the [gRPC Richer Error Model].
2323
More complete server and client implementations are provided in the
2424
**Richer Error example**, located in the main repo [examples] directory.
2525

tonic-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//!
2626
//! # Examples
2727
//!
28-
//! The examples bellow cover a basic use case of the [gRPC Richer Error Model].
28+
//! The examples below cover a basic use case of the [gRPC Richer Error Model].
2929
//! More complete server and client implementations are provided in the
3030
//! **Richer Error example**, located in the main repo [examples] directory.
3131
//!

tonic/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! - `codegen`: Enables all the required exports and optional dependencies required
2626
//! for [`tonic-build`]. Enabled by default.
2727
//! - `tls-ring`: Enables the [`rustls`] based TLS options for the `transport` feature using
28-
//! the [`ring`]` libcrypto provider. Not enabled by default.
28+
//! the [`ring`] libcrypto provider. Not enabled by default.
2929
//! - `tls-aws-lc`: Enables the [`rustls`] based TLS options for the `transport` feature using
3030
//! the [`aws-lc-rs`] libcrypto provider. Not enabled by default.
3131
//! - `tls-native-roots`: Adds system trust roots to [`rustls`]-based gRPC clients using the

0 commit comments

Comments
 (0)