diff --git a/src/lib/utils/lib.ts b/src/lib/utils/lib.ts index 73d6e6d32f..5d7ebeaed1 100644 --- a/src/lib/utils/lib.ts +++ b/src/lib/utils/lib.ts @@ -137,7 +137,7 @@ export async function getFirstBlockForL1Block({ const l1Block = await getL1Block(mid) // If the midpoint matches the target, we've found a match. - // Adjust the range to search for the first. + // Adjust the range to search for the first occurrence. if (l1Block === forL1Block) { end = mid - 1 } else if (l1Block < forL1Block) {