Skip to content

Commit d5fdfe1

Browse files
authored
Refactor: Fixed stats card createTextNode function docstring (anuraghazra#2933)
1 parent 9ca24c6 commit d5fdfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cards/stats-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const RANK_ONLY_CARD_DEFAULT_WIDTH = 290;
3333
* @param {number} createTextNodeParams.shiftValuePos Number of pixels the value has to be shifted to the right.
3434
* @param {boolean} createTextNodeParams.bold Whether to bold the label.
3535
* @param {string} createTextNodeParams.number_format The format of numbers on card.
36-
* @returns
36+
* @returns {string} The stats card text item SVG object.
3737
*/
3838
const createTextNode = ({
3939
icon,

0 commit comments

Comments
 (0)