mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-09 16:24:06 +00:00
Fixed docstring for create donut language node function (#2713)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user