refactor: corrected class doc comment

pull/3/head
alestiago 4 years ago
parent db46b6d521
commit 6b0d8b45b2

@ -10,7 +10,7 @@ class BallLost extends GameEvent {
const BallLost(); const BallLost();
} }
/// Event added when a user increases it's score. /// Event added when a user increases their score.
class Scored extends GameEvent { class Scored extends GameEvent {
const Scored({ const Scored({
required this.points, required this.points,

Loading…
Cancel
Save