mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
Fix clampValue function docstring (#2796)
This commit is contained in:
parent
b5f5befe32
commit
3416ae114f
@ -110,7 +110,7 @@ const parseArray = (str) => {
|
||||
* @param {number} number The number to clamp.
|
||||
* @param {number} min The minimum value.
|
||||
* @param {number} max The maximum value.
|
||||
* returns {number} The clamped number.
|
||||
* @returns {number} The clamped number.
|
||||
*/
|
||||
const clampValue = (number, min, max) => {
|
||||
// @ts-ignore
|
||||
|
Loading…
Reference in New Issue
Block a user