Skip to content

Commit

Permalink
fix typo (#2716)
Browse files Browse the repository at this point in the history
  • Loading branch information
afosan committed Feb 12, 2024
1 parent 09cae83 commit ccb6abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-providers/src/middleware.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ pub trait Middleware: Sync + Send + Debug {
.map_err(MiddlewareError::from_err)
}

/// Querty the node for an EIP-2930 Access List.
/// Query the node for an EIP-2930 Access List.
///
/// See the
/// [EIP-2930 documentation](https://eips.ethereum.org/EIPS/eip-2930) for
Expand Down

0 comments on commit ccb6abb

Please sign in to comment.