Skip to content

Commit

Permalink
fix(minor): spacing and missing flag added
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 5, 2022
1 parent 6c6b19d commit ac70967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,8 @@ aggregate_functions:
- EXACT: provides the highest accurate output
- APPROXIMATE: provides a sub-optimal output
options: [ EXACT, APPROXIMATE]
options: [ EXACT, APPROXIMATE ]
required: true
- name: rounding
description: >
When a boundary is computed to lie somewhere between two values,
Expand Down

0 comments on commit ac70967

Please sign in to comment.