From 75e4a159d0d4f2c94758854a351e11f6dc39571a Mon Sep 17 00:00:00 2001 From: p2r3 Date: Mon, 28 Oct 2024 18:09:24 +0200 Subject: [PATCH] style: fix random out-of-place string in comment --- util/points.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/points.js b/util/points.js index 099fe2c..51ed7c2 100644 --- a/util/points.js +++ b/util/points.js @@ -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