Skip to content

Commit

Permalink
fix(ContractHelper): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Feb 16, 2024
1 parent af39dc8 commit 9535aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContractHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity 0.8.23;

/**
* @title A helper contract to get the address of a contract deployed by aan account with a given nonce.
* @title A helper contract to get the address of a contract deployed by an account with a given nonce.
* @dev See the following sources for very similar implementations:
* - https://github.com/foundry-rs/forge-std/blob/914702ae99c92fcc41db5128ae57d24a11be4a39/src/Script.sol
* - https://github.com/foundry-rs/forge-std/blob/578968243529db44acffcb802196ccab9b54db88/src/StdUtils.sol#L90
Expand Down

0 comments on commit 9535aec

Please sign in to comment.