mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-21 06:11:29 +08:00
Fixed docstring for create language text node function (#2704)
This commit is contained in:
parent
550b88ce87
commit
8ff5a3ba45
@ -98,7 +98,7 @@ const createCompactLangNode = ({ lang, totalSize, hideProgress, index }) => {
|
||||
/**
|
||||
* Creates compact layout of text only language nodes.
|
||||
*
|
||||
* @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.
|
||||
* @param {boolean} props.hideProgress Whether to hide percentage.
|
||||
|
Loading…
Reference in New Issue
Block a user