Skip to content

Commit

Permalink
Fix typo (OpenZeppelin#3016)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter authored Dec 12, 2021
1 parent b42b053 commit bda61cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/SafeERC20Helper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract ERC20ReturnFalseMock is Context {
}

function allowance(address, address) public view returns (uint256) {
require(_dummy == 0); // Duummy read from a state variable so that the function is view
require(_dummy == 0); // Dummy read from a state variable so that the function is view
return 0;
}
}
Expand Down

0 comments on commit bda61cd

Please sign in to comment.