Skip to content

Commit 0937f1c

Browse files
fix rounding example (#2238) (#3183)
Co-authored-by: lindseymoore <[email protected]>
1 parent 0e5002c commit 0937f1c

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)