Updated comment
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m10s

This commit is contained in:
2025-12-30 21:02:03 +01:00
parent ecd03dfd9d
commit 58fe38fd72

View File

@@ -28,7 +28,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
/// Reference to the app database
late final AppDatabase db;
/// Controller for the game name input field
/// Controller for the match name input field
final TextEditingController _gameNameController = TextEditingController();
/// List of all groups from the database