40,000 USDC
View results
Submission Details
Severity: gas
Valid

Spelling error

Summary

There is an instance in the codebase where a spelling error has been encountered.

Vulnerability Details

Spelling errors should be strictly avoided.

Instance:

https://github.com/Cyfrin/2023-07-escrow/blob/main/src/IEscrowFactory.sol#L14

    @audit change ie to i.e.
/// @param tokenContract the address of the token contract to use for this escrow, ie USDC, WETH, DAI, etc.

Impact

The prevention of spelling errors prevents confusion and also improves readability.

Tools Used

Manual review and VS Code

Recommendations

Correct the spelling errors.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.