Skip to content

Commit

Permalink
doc change per issue 26100
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Feb 19, 2020
1 parent 29ac6fe commit 036c9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/timelion/server/series_functions/precision.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export default new Chainable('precision', {
name: 'precision',
types: ['number'],
help: i18n.translate('timelion.help.functions.precision.args.precisionHelpText', {
defaultMessage: 'Number of digits to round each value to',
defaultMessage: 'The number of digits to truncate each value to',
}),
},
],
help: i18n.translate('timelion.help.functions.precisionHelpText', {
defaultMessage: 'number of digits to round the decimal portion of the value to',
defaultMessage: 'The number of digists to truncate the decimal portion of the value to',
}),
fn: async function precisionFn(args) {
await alter(args, function(eachSeries, precision) {
Expand Down

0 comments on commit 036c9cb

Please sign in to comment.