diff --git a/source/reference/operator/aggregation/setWindowFields.txt b/source/reference/operator/aggregation/setWindowFields.txt index 66566e29ba2..bf3cd10ef0f 100644 --- a/source/reference/operator/aggregation/setWindowFields.txt +++ b/source/reference/operator/aggregation/setWindowFields.txt @@ -683,7 +683,7 @@ in the window is shown in the ``quantityFromSimilarOrders`` field: { "_id" : 1, "type" : "chocolate", "orderDate" : ISODate("2021-03-20T11:30:05Z"), "state" : "WA", "price" : 14, "quantity" : 140, "quantityFromSimilarOrders" : 244 } { "_id" : 5, "type" : "strawberry", "orderDate" : ISODate("2019-01-08T06:12:03Z"), - "state" : "WA", "price" : 43, "quantity" : 134, "quantityFromSimilarOrders" : 112 } + "state" : "WA", "price" : 43, "quantity" : 134, "quantityFromSimilarOrders" : 134 } .. _setWindowFields-time-range-window-examples: