Skip to content

Commit 5306118

Browse files
chore: fix jsdoc for rank calculation function (#4427)
Co-authored-by: Alexandr <[email protected]>
1 parent f441d16 commit 5306118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calculateRank.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function log_normal_cdf(x) {
3131
* @param {number} params.repos Total number of repos.
3232
* @param {number} params.stars The number of stars.
3333
* @param {number} params.followers The number of followers.
34-
* @returns {{level: string, percentile: number}}} The users rank.
34+
* @returns {{ level: string, percentile: number }} The users rank.
3535
*/
3636
function calculateRank({
3737
all_commits,

0 commit comments

Comments
 (0)