Skip to content

Commit 50730df

Browse files
Merge pull request #232 from jordan-smith721/typo-fix
DOCSP-45685 Fix code typo
2 parents 7013198 + 42bd746 commit 50730df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// find code goes here
2-
const cursor = coll.find({ hasRings: false, mainAtomsphere: "Ar" });
2+
const cursor = coll.find({ hasRings: false, mainAtmosphere: "Ar" });

0 commit comments

Comments
 (0)