Skip to content

Commit 91f6b6b

Browse files
committed
fix variable name booksFrom1985WithMoreThan150pages
1 parent bb17528 commit 91f6b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-simple-queries/6-writing-long-pipelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let showOnlyTheseFields = {$project: {_id: 0, title: 1, year: 1, totalInventory:
6262
let getJust15books = {$limit: 15};
6363

6464
db.books.aggregate([
65-
booksFrom1985With150pages,
65+
booksFrom1985WithMoreThan150pages,
6666
showOnlyTheseFields,
6767
getJust15books,
6868
]);

0 commit comments

Comments
 (0)