mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 22:15:15 +00:00
Fixed docstring for create donut language node function (#2713)
This commit is contained in:
parent
c5e7f7b490
commit
4b19453c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue