fix felix typos :)

This commit is contained in:
gelbeinhalb
2026-01-19 14:57:19 +01:00
parent 715b3debbb
commit 764ce13240
5 changed files with 23 additions and 23 deletions

View File

@@ -99,7 +99,7 @@ class PlayerDao extends DatabaseAccessor<AppDatabase> with _$PlayerDaoMixin {
}
/// Updates the name of the player with the given [playerId] to [newName].
Future<void> updatePlayername({
Future<void> updatePlayerName({
required String playerId,
required String newName,
}) async {