Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 24, 2023
1 parent 94247bf commit 14b4a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/model/game/online_game.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import 'package:lichess_mobile/src/model/common/id.dart';
part 'online_game.g.dart';

/// The [OnlineGame] provider is used by [StandAloneGameScreen] to provide the game
/// and optionally next games if there are rematches.
/// and optionally next games if there are rematches, or a tournament, or if the
/// user switches to another correspondence game.
@riverpod
class OnlineGame extends _$OnlineGame {
@override
Expand Down

0 comments on commit 14b4a9a

Please sign in to comment.