Skip to content

Commit

Permalink
Fixed docstring for wakatime card recalculate percentages function (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored May 9, 2023
1 parent 8ff5a3b commit daa1977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/wakatime-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit daa1977

Please sign in to comment.