We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0504e22 commit f36d40cCopy full SHA for f36d40c
src/leaderboard/getLeaderboardEntries.ts
@@ -25,13 +25,13 @@ import type {
25
*
26
* @example
27
* ```
28
- * const wantToPlayList = await getLeaderboardEntries(
+ * const leaderboardEntries = await getLeaderboardEntries(
29
* authorization,
30
* { leaderboardId: 14402 }
31
* );
32
33
34
- * @returns An object containing a user's list of "Want to Play Games".
+ * @returns An object containing a leaderboards entries.
35
* ```json
36
* {
37
* "count": 100,
0 commit comments