Skip to content

Commit 00cca62

Browse files
suchsoonkanej
authored andcommitted
chore: fix some comments
Signed-off-by: suchsoon <[email protected]>
1 parent 3f80e10 commit 00cca62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/edr_eth/src/access_list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct AccessListItem {
3535
/// Accessed address
3636
pub address: Address,
3737
/// Accessed storage keys
38-
// In JSON, we have to accept null as well for storage key, but we don't want to to change the
38+
// In JSON, we have to accept null as well for storage key, but we don't want to change the
3939
// type to Option<Vec<_>> as that's invalid in RLP.
4040
#[cfg_attr(
4141
feature = "serde",

packages/hardhat-core/test/internal/solidity/resolver.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe("Resolver", function () {
173173
);
174174
});
175175

176-
it("Should be local if its first directory exists in the project, even it it doesn't exist", async function () {
176+
it("Should be local if its first directory exists in the project, even if it doesn't exist", async function () {
177177
await expectHardhatErrorAsync(
178178
() => resolver.resolveSourceName("contracts/non-existent.sol"),
179179
ERRORS.RESOLVER.FILE_NOT_FOUND

0 commit comments

Comments
 (0)