docs: improved doc comment

pull/46/head
alestiago 4 years ago
parent 47877c97cd
commit f303fc4850

@ -22,6 +22,6 @@ extension BoardSideX on BoardSide {
/// Direction of the [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; int get direction => isLeft ? -1 : 1;
} }

Loading…
Cancel
Save