docs: typo fix

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

@ -113,7 +113,8 @@ class LeaderboardRepository {
return leaderboardEntries; 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 { Future<LeaderboardRanking> addLeaderboardEntry(LeaderboardEntry entry) async {
late DocumentReference entryReference; late DocumentReference entryReference;
try { try {

Loading…
Cancel
Save