Skip to content

Commit

Permalink
Minor fix params description for addPercent function (#12669)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee0060 authored and aweary committed May 8, 2018
1 parent 0bf24cc commit 3fb8be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 3fb8be5

Please sign in to comment.