Skip to content

Commit

Permalink
Update src/plugins/expressions/common/expression_functions/specs/math…
Browse files Browse the repository at this point in the history
…_column.ts

Co-authored-by: Catherine Liu <catherineqliu@outlook.com>
  • Loading branch information
KOTungseth and cqliu1 committed Feb 24, 2022
1 parent 1dfb6b4 commit c34666a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const mathColumn: ExpressionFunctionDefinition<
inputTypes: ['datatable'],
help: i18n.translate('expressions.functions.mathColumnHelpText', {
defaultMessage:
'Adds a column by evaluating TinyMath on each row. ' +
'Adds a column by evaluating {tinymath} on each row. ' +
'This function is optimized for math and performs better than using a math expression in {mapColumnFn}.',
values: {
mapColumnFn: '`mapColumn`',
Expand Down

0 comments on commit c34666a

Please sign in to comment.