Update lib/leaderboard/bloc/leaderboard_bloc.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/78/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 8a60d18cae
commit 3064ea8057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ class LeaderboardEntry {
required this.character, required this.character,
}); });
/// Position at ranking for [LeaderboardEntry]. /// Ranking position for [LeaderboardEntry].
final String rank; final String rank;
/// Player's chosen initials for [LeaderboardEntry]. /// Player's chosen initials for [LeaderboardEntry].

Loading…
Cancel
Save