Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann committed Sep 26, 2024
1 parent 4a481fc commit d247e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ contract UniversalFactory {
// be called more frequently.
if eq(selector, 0xd0496d6a) {
// No value can be sent once it is a view function. It also make sure the call has
// sufficient gas, to prevent an false negative when checking for EIP-1153 support.
// sufficient gas, to prevent false negatives when checking for EIP-1153 support.
if or(callvalue(), lt(gas(), 3000)) { revert(0, 0) }

//////////////////////////
Expand Down

0 comments on commit d247e74

Please sign in to comment.