We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe6e7d commit d612bc7Copy full SHA for d612bc7
packages/core/contracts/SafetyCheck.sol
@@ -6,7 +6,7 @@ import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
6
// CAUTION
7
// In print.ts, we're assuming that some of the contracts do not have an init function.
8
// If Solidity complains about a missing "override" specifier in any of the functions below,
9
-// we have to remove the corresonding exceptions from print.ts.
+// we have to remove the corresponding exceptions from print.ts.
10
11
abstract contract SafetyCheck0 is Initializable {
12
function __Initializable_init() public {}
0 commit comments