We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d94e1f commit 0e00fcfCopy full SHA for 0e00fcf
src/main/scala/ScalaPlayground/Lift/LiftLogic.scala
@@ -89,7 +89,7 @@ object LiftLogic {
89
// Set the new position
90
lift.position = nextPosition
91
92
- // Register the stop. I added the condition because of a bug
+ // Register the stop. I added the extra condition because of a bug
93
// by which the lift sometimes takes two turns for the very last move 🤔
94
if oldPosition != nextPosition then stops += nextPosition
95
0 commit comments