Skip to content

Commit d612bc7

Browse files
authored
chore: fix typo (#353)
Signed-off-by: loselarry <bikangning@yeah.net>
1 parent dfe6e7d commit d612bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/contracts/SafetyCheck.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
66
// CAUTION
77
// In print.ts, we're assuming that some of the contracts do not have an init function.
88
// 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.
9+
// we have to remove the corresponding exceptions from print.ts.
1010

1111
abstract contract SafetyCheck0 is Initializable {
1212
function __Initializable_init() public {}

0 commit comments

Comments
 (0)