We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cae83 commit ccb6abbCopy full SHA for ccb6abb
ethers-providers/src/middleware.rs
@@ -981,7 +981,7 @@ pub trait Middleware: Sync + Send + Debug {
981
.map_err(MiddlewareError::from_err)
982
}
983
984
- /// Querty the node for an EIP-2930 Access List.
+ /// Query the node for an EIP-2930 Access List.
985
///
986
/// See the
987
/// [EIP-2930 documentation](https://eips.ethereum.org/EIPS/eip-2930) for
0 commit comments