Skip to content

Commit 1138f3c

Browse files
sarah-olson-mongodbSarah Olson
andauthored
DOCSP-13823: Fix small code sample typo (#438) (#511)
Co-authored-by: Sarah Olson <sarah.olson@Sarahs-MacBook-Pro.local> Co-authored-by: Sarah Olson <sarah.olson@Sarahs-MacBook-Pro.local>
1 parent 970a913 commit 1138f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/unwind.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ From the :binary:`~bin.mongo` shell, create a sample collection named
379379
{
380380
"name" : "envelopes",
381381
"tags" : [ "stationary", "office" ],
382-
"price" : NumberDecimal("1.95"),
382+
"price" : NumberDecimal("19.95"),
383383
"quantity" : NumberInt("8")
384384
}
385385
]

0 commit comments

Comments
 (0)