diff --git a/lib/game/components/board_side.dart b/lib/game/components/board_side.dart index 2ec5a03e..1407f916 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 along the [BoardSide] moves. + /// Represents the line which the [BoardSide] moves. int get direction => isLeft ? -1 : 1; }