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

This commit is contained in:
Alexandr Garbuzov 2023-05-10 23:59:00 +03:00 committed by GitHub
parent c5e7f7b490
commit 4b19453c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.