mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Minor fix params description for addPercent function (#12669)
This commit is contained in:
@@ -53,7 +53,8 @@ function generateMDTable(headers, body) {
|
||||
|
||||
/**
|
||||
* Generates a user-readable string from a percentage change
|
||||
* @param {string[]} headers
|
||||
* @param {number} change
|
||||
* @param {boolean} includeEmoji
|
||||
*/
|
||||
function addPercent(change, includeEmoji) {
|
||||
if (!isFinite(change)) {
|
||||
|
||||
Reference in New Issue
Block a user