Skip to content

Commit 13fcda2

Browse files
committed
Fix typo
1 parent 0253b7a commit 13fcda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Day11.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fun main() {
2121
increaseEnergyLevelOfAllByOne(octopuses)
2222
flashWhenEnoughEnergy(octopuses)
2323
val flashCountInStep = resetEnergyLevelAfterFlashing(octopuses)
24-
if (flashCountInStep == 100) { // if all are flashing synchronized
24+
if (flashCountInStep == 100) { // if all are flashing simultaneously
2525
return step
2626
}
2727
totalFlashCount += flashCountInStep

0 commit comments

Comments
 (0)