Skip to content

Commit a14d122

Browse files
committed
Fixed docstring for create donut language node function (anuraghazra#2713)
1 parent e727f8c commit a14d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cards/top-languages-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const createLanguageTextNode = ({ langs, totalSize, hideProgress }) => {
257257
/**
258258
* Create donut languages text items for all programming languages.
259259
*
260-
* @param {object[]} props Function properties.
260+
* @param {object} props Function properties.
261261
* @param {Lang[]} props.langs Array of programming languages.
262262
* @param {number} props.totalSize Total size of all languages.
263263
* @returns {string} Donut layout programming language SVG node.

0 commit comments

Comments
 (0)