Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Mar 20, 2024
1 parent 8eebf80 commit 2f03451
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion steam/api/steam.script_api
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion steam/src/steam_userstats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f03451

Please sign in to comment.