Skip to content

Commit acae913

Browse files
ianf-mongodbnpentrel
authored andcommitted
DOCS-14681 update typo in range window codeblock
1 parent 6eea11e commit acae913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/setWindowFields.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ in the window is shown in the ``quantityFromSimilarOrders`` field:
683683
{ "_id" : 1, "type" : "chocolate", "orderDate" : ISODate("2021-03-20T11:30:05Z"),
684684
"state" : "WA", "price" : 14, "quantity" : 140, "quantityFromSimilarOrders" : 244 }
685685
{ "_id" : 5, "type" : "strawberry", "orderDate" : ISODate("2019-01-08T06:12:03Z"),
686-
"state" : "WA", "price" : 43, "quantity" : 134, "quantityFromSimilarOrders" : 112 }
686+
"state" : "WA", "price" : 43, "quantity" : 134, "quantityFromSimilarOrders" : 134 }
687687

688688
.. _setWindowFields-time-range-window-examples:
689689

0 commit comments

Comments
 (0)