Fixed docstring for create donut language node function (#2713)

This commit is contained in:
Alexandr Garbuzov
2023-05-10 22:59:00 +02:00
committed by GitHub
parent c5e7f7b490
commit 4b19453c1a
+1 -1
View File
@@ -257,7 +257,7 @@ const createLanguageTextNode = ({ langs, totalSize, hideProgress }) => {
/**
* Create donut languages text items for all programming languages.
*
* @param {object[]} props Function properties.
* @param {object} props Function properties.
* @param {Lang[]} props.langs Array of programming languages.
* @param {number} props.totalSize Total size of all languages.
* @returns {string} Donut layout programming language SVG node.