Skip to content

Commit ccb6abb

Browse files
authored
fix typo (gakonst#2716)
1 parent 09cae83 commit ccb6abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethers-providers/src/middleware.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ pub trait Middleware: Sync + Send + Debug {
981981
.map_err(MiddlewareError::from_err)
982982
}
983983

984-
/// Querty the node for an EIP-2930 Access List.
984+
/// Query the node for an EIP-2930 Access List.
985985
///
986986
/// See the
987987
/// [EIP-2930 documentation](https://eips.ethereum.org/EIPS/eip-2930) for

0 commit comments

Comments
 (0)