From 6e19fccbb05e9f47c30b3c671a4a13b2cc7b5cad Mon Sep 17 00:00:00 2001 From: jimmycathy Date: Sun, 16 Mar 2025 13:46:27 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: jimmycathy --- tonic-types/README.md | 2 +- tonic-types/src/lib.rs | 2 +- tonic/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tonic-types/README.md b/tonic-types/README.md index f1e0ca9bd..1f5763463 100644 --- a/tonic-types/README.md +++ b/tonic-types/README.md @@ -19,7 +19,7 @@ and handle them with ease. ## Examples -The examples bellow cover a basic use case of the [gRPC Richer Error Model]. +The examples below cover a basic use case of the [gRPC Richer Error Model]. More complete server and client implementations are provided in the **Richer Error example**, located in the main repo [examples] directory. diff --git a/tonic-types/src/lib.rs b/tonic-types/src/lib.rs index c70079b9a..e9916326e 100644 --- a/tonic-types/src/lib.rs +++ b/tonic-types/src/lib.rs @@ -25,7 +25,7 @@ //! //! # Examples //! -//! The examples bellow cover a basic use case of the [gRPC Richer Error Model]. +//! The examples below cover a basic use case of the [gRPC Richer Error Model]. //! More complete server and client implementations are provided in the //! **Richer Error example**, located in the main repo [examples] directory. //! diff --git a/tonic/src/lib.rs b/tonic/src/lib.rs index 4bcb80d00..88ac07a86 100644 --- a/tonic/src/lib.rs +++ b/tonic/src/lib.rs @@ -25,7 +25,7 @@ //! - `codegen`: Enables all the required exports and optional dependencies required //! for [`tonic-build`]. Enabled by default. //! - `tls-ring`: Enables the [`rustls`] based TLS options for the `transport` feature using -//! the [`ring`]` libcrypto provider. Not enabled by default. +//! the [`ring`] libcrypto provider. Not enabled by default. //! - `tls-aws-lc`: Enables the [`rustls`] based TLS options for the `transport` feature using //! the [`aws-lc-rs`] libcrypto provider. Not enabled by default. //! - `tls-native-roots`: Adds system trust roots to [`rustls`]-based gRPC clients using the