chore: fix jsdoc for rank calculation function (#4427)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Ophelia Goldstein
2025-10-25 11:47:13 +02:00
committed by martin-mfg
co-authored by Alexandr
parent f978f29764
commit 4d74e42f9c
+1 -1
View File
@@ -31,7 +31,7 @@ function log_normal_cdf(x) {
* @param {number} params.repos Total number of repos.
* @param {number} params.stars The number of stars.
* @param {number} params.followers The number of followers.
* @returns {{level: string, percentile: number}}} The users rank.
* @returns {{ level: string, percentile: number }} The users rank.
*/
function calculateRank({
all_commits,