Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 28, 2021
1 parent 6c07527 commit adcb5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/normalize/stats/scale.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const getMeasure = function ({

const MEAN_KINDS = new Set(['duration'])

// Measures that are `0`are not a good indicator of minimum precision for scale.
// Measures that are `0` are not a good indicator of minimum precision for scale
const isNotEmpty = function (measure) {
return measure !== undefined && measure !== 0
}
Expand Down

0 comments on commit adcb5dd

Please sign in to comment.