docs: fix typo "the" (#767)

Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>

Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
This commit is contained in:
Gyuho Lee
2023-01-08 20:05:36 +08:00
committed by GitHub
parent e654d1ded6
commit 5085ac7cfc

View File

@ -1,5 +1,5 @@
//! Implementation of the [`jsonrpsee`] generated [`reth_rpc_api::EthApiServer`] trait
//! Handles RPC requests for he `eth_` namespace.
//! Handles RPC requests for the `eth_` namespace.
use crate::{eth::api::EthApi, result::ToRpcResult};
use jsonrpsee::core::RpcResult as Result;