Skip to content

Commit 1e21667

Browse files
authored
Merge pull request #488 from rachel-mack/code-whisperer-typo
CodeWhisperer typo
2 parents 6c235c3 + 1a0b43c commit 1e21667

File tree

1 file changed

+1
-1
lines changed
  • source/includes/fundamentals/code-snippets

1 file changed

+1
-1
lines changed

source/includes/fundamentals/code-snippets/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private void comparisonFilter(){
6060
}
6161

6262
private void logicalFilter(){
63-
// Creates a filter to match documents that have a "qty" value less than or equal to 7 and a "color" value of "pink"
63+
// Creates a filter to match documents that have a "qty" value less than or equal to 5 and a "color" value of "pink"
6464
// begin logicalFilter
6565
Bson filter = Filters.and(Filters.lte("qty", 5), Filters.ne("color", "pink"));
6666

0 commit comments

Comments
 (0)