Skip to content

Commit 92e0d7d

Browse files
committed
fix: fix typo
1 parent 99ec3ea commit 92e0d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/libraries/LibInitializeGuard.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ library LibInitializeGuard {
275275
uint256 length = allFns.length;
276276

277277
for (uint256 i; i < length; ++i) {
278-
if (allFns[i].startWith("initializeV")) count++;
278+
if (allFns[i].startsWith("initialize")) count++;
279279
}
280280
}
281281

0 commit comments

Comments
 (0)