Skip to content

Commit c55124f

Browse files
authored
fix rounding example (#2238)
1 parent 656745d commit c55124f

File tree

1 file changed

+1
-1
lines changed
  • source/reference/operator/aggregation

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/round.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Definition
8585
rounds using the first digit to the right of the decimal and
8686
returns rounded integer value.
8787

88-
For example, ``$round : [1234.5678, 0]`` returns ``1234``.
88+
For example, ``$round : [1234.5678, 0]`` returns ``1235``.
8989

9090
Behavior
9191
--------

0 commit comments

Comments
 (0)