diff --git a/api.json b/api.json index 706a801..27b0fde 100644 --- a/api.json +++ b/api.json @@ -1199,7 +1199,7 @@ "usage": null }, { - "description": "This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoresUploaded_t.", + "description": "This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoreUploaded_t.", "has_params": true, "has_returns": true, "name": "user_stats_upload_leaderboard_score", diff --git a/api.md b/api.md index 510f82c..6dc44af 100644 --- a/api.md +++ b/api.md @@ -575,7 +575,7 @@ RETURNS ### user_stats_upload_leaderboard_score(leaderboard,eLeaderboardUploadScoreMethod,nScore) -Uploads a user score to a specified leaderboard. This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoresUploaded_t. +Uploads a user score to a specified leaderboard. This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoreUploaded_t. PARAMS diff --git a/steam/api/steam.script_api b/steam/api/steam.script_api index 1488d55..58b95b9 100644 --- a/steam/api/steam.script_api +++ b/steam/api/steam.script_api @@ -547,7 +547,7 @@ - name: user_stats_upload_leaderboard_score type: function - desc: Uploads a user score to a specified leaderboard. This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoresUploaded_t. + desc: Uploads a user score to a specified leaderboard. This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoreUploaded_t. parameters: - name: leaderboard type: string diff --git a/steam/src/steam_userstats.cpp b/steam/src/steam_userstats.cpp index d3bcc89..4457588 100644 --- a/steam/src/steam_userstats.cpp +++ b/steam/src/steam_userstats.cpp @@ -578,7 +578,7 @@ int SteamUserStats_GetDownloadedLeaderboardEntry(lua_State* L) /** Uploads a user score to a specified leaderboard. * This call is asynchronous, with the result returned in a listener callback - * with event set to LeaderboardScoresUploaded_t. + * with event set to LeaderboardScoreUploaded_t. * @name user_stats_upload_leaderboard_score * @string leaderboard * @tparam ELeaderboardUploadScoreMethod eLeaderboardUploadScoreMethod