Skip to content

Commit fc08452

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

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
@@ -415,7 +415,7 @@ In :binary:`~bin.mongosh`, create a sample collection named
415415
{
416416
"name" : "envelopes",
417417
"tags" : [ "stationary", "office" ],
418-
"price" : NumberDecimal("1.95"),
418+
"price" : NumberDecimal("19.95"),
419419
"quantity" : NumberInt("8")
420420
}
421421
]

0 commit comments

Comments
 (0)