Skip to content

Commit

Permalink
style: fix random out-of-place string in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p2r3 committed Oct 28, 2024
1 parent cee76c7 commit 75e4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/points.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function pointsFromSteamID (steamid, category, context = epochtal) {
/**
* Calculate the elo acquired or lost for each player in this week.
* Note: Despite only returning the elo delta, the calculation itself is
* based on the elo already found in the profile data (see pointsFromSteamID)., catname
* based on the elo already found in the profile data (see pointsFromSteamID).
*
* @param {unknown} context The context object, defaults to epochtal
* @returns {object} The elo delta for each player
Expand Down

0 comments on commit 75e4a15

Please sign in to comment.