We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f441d16 commit 5306118Copy full SHA for 5306118
src/calculateRank.js
@@ -31,7 +31,7 @@ function log_normal_cdf(x) {
31
* @param {number} params.repos Total number of repos.
32
* @param {number} params.stars The number of stars.
33
* @param {number} params.followers The number of followers.
34
- * @returns {{level: string, percentile: number}}} The users rank.
+ * @returns {{ level: string, percentile: number }} The users rank.
35
*/
36
function calculateRank({
37
all_commits,
0 commit comments