mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
Fixed docstring for wakatime card recalculate percentages function (#2710)
This commit is contained in:
parent
8ff5a3ba45
commit
daa1977ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ const createTextNode = ({
|
|||
* hiding languages.
|
||||
*
|
||||
* @param {import("../fetchers/types").WakaTimeLang[]} languages The languages array.
|
||||
* @return {import("../fetchers/types").WakaTimeLang[]} The recalculated languages array.
|
||||
* @return {void} The recalculated languages array.
|
||||
*/
|
||||
const recalculatePercentages = (languages) => {
|
||||
const totalSum = languages.reduce(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue