File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/reference/operator/aggregation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,12 +182,12 @@ Behavior
182
182
For example:
183
183
184
184
- If :ref:`binSize <dateTrunc-binSize>` is ``1`` and :ref:`unit
185
- <dateTrunc-unit>` is ``hours ``, the time period is one hour. For the
185
+ <dateTrunc-unit>` is ``hour ``, the time period is one hour. For the
186
186
:ref:`date <dateTrunc-date>` ``2021-03-20T11:30:05Z``,
187
187
:expression:`$dateTrunc` returns ``2021-03-20T11:00:00Z``.
188
188
189
189
- If :ref:`binSize <dateTrunc-binSize>` is ``2`` and :ref:`unit
190
- <dateTrunc-unit>` is ``hours ``, the time period is two hours. For the
190
+ <dateTrunc-unit>` is ``hour ``, the time period is two hours. For the
191
191
:ref:`date <dateTrunc-date>` ``2021-03-20T11:30:05Z``,
192
192
:expression:`$dateTrunc` returns ``2021-03-20T10:00:00Z``.
193
193
You can’t perform that action at this time.
0 commit comments