From 25f43d9d93572083aa81102e697022f0420fd715 Mon Sep 17 00:00:00 2001 From: juliaaschmidt Date: Thu, 31 Oct 2024 13:06:56 +0000 Subject: [PATCH] style: fix comment --- contracts/src/migration/TLC_globalUnlockScheduleMigration.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/migration/TLC_globalUnlockScheduleMigration.sol b/contracts/src/migration/TLC_globalUnlockScheduleMigration.sol index 85e5998c..b4306359 100644 --- a/contracts/src/migration/TLC_globalUnlockScheduleMigration.sol +++ b/contracts/src/migration/TLC_globalUnlockScheduleMigration.sol @@ -707,7 +707,7 @@ contract TlcMigration { } // Modifications sch.lockDuration = migration.newLockDuration; - // ! NOTE: These if case are not used for the current migration date (see above). Please uncomment if you change the + // NOTE: These if case are not accessed using the current migration data (see above). Please uncomment if you change the // migration data above. // if (migration.newStart != 0) { // sch.start = migration.newStart;