mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-07-16 22:17:02 +00:00
Fixed docstring for wakatime card recalculate percentages function (#2710)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user