Skip to content

Commit 9f12a39

Browse files
authored
Update delete.txt (#125)
1 parent 0890fc7 commit 9f12a39

File tree

1 file changed

+2
-2
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+2
-2
lines changed

source/fundamentals/crud/write-operations/delete.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ follows:
2626

2727
const doc = {
2828
pageViews: {
29-
$lt: 10,
30-
$gt: 32768
29+
$gt: 10,
30+
$lt: 32768
3131
}
3232
};
3333

0 commit comments

Comments
 (0)