docs: typo fix

pull/54/head
Allison Ryan 4 years ago
parent 533ba656fe
commit 8f77660001

@ -113,7 +113,8 @@ class LeaderboardRepository {
return leaderboardEntries;
}
/// Adds player's score entry to the leaderboard and get's their ranking.
/// Adds player's score entry to the leaderboard and gets their
/// [LeaderboardRanking].
Future<LeaderboardRanking> addLeaderboardEntry(LeaderboardEntry entry) async {
late DocumentReference entryReference;
try {

Loading…
Cancel
Save