diff --git a/lib/game/components/board_side.dart b/lib/game/components/board_side.dart index 1407f916..ea8fb1cf 100644 --- a/lib/game/components/board_side.dart +++ b/lib/game/components/board_side.dart @@ -22,6 +22,6 @@ extension BoardSideX on BoardSide { /// Direction of the [BoardSide]. /// - /// Represents the line which the [BoardSide] moves. + /// Represents the path which the [BoardSide] moves along. int get direction => isLeft ? -1 : 1; }