Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Aug 20, 2024
1 parent 99ec3ea commit 92e0d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/libraries/LibInitializeGuard.sol
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ library LibInitializeGuard {
uint256 length = allFns.length;

for (uint256 i; i < length; ++i) {
if (allFns[i].startWith("initializeV")) count++;
if (allFns[i].startsWith("initialize")) count++;
}
}

Expand Down

0 comments on commit 92e0d7d

Please sign in to comment.