Skip to content

Commit 1724098

Browse files
author
jeff1010-web
authored
Update LEADERBOARD.md
1 parent 70b6724 commit 1724098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LEADERBOARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Any `IGame` implementation must have the next functions:
1212
`getLifetimeScore(address player) public view`
1313

1414
At the end of the defined timestamp, the players get a reward according to the position on the table.
15-
The position table can be updated by anyone by calling the public function "update(uint leaderboardId)",
15+
The position table can be updated by anyone by calling the public function `update(uint leaderboardId)`,
1616
which iterates over the participants list, getting the points for each player and updates the table.
1717
Once the timestamp has finished, the players cannot update the leaderboard anymore and can withdraw their rewards.
1818

0 commit comments

Comments
 (0)