Skip to content

Commit 2fb7e7c

Browse files
authored
Update Sources/StructuredQueriesCore/Documentation.docc/Articles/QueryCookbook.md
1 parent c8076fb commit 2fb7e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Documentation.docc/Articles/QueryCookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Then you execute another query to fetch all of the reminders
371371

372372
```swift
373373
let reminders = try Reminder
374-
.where { $0.id.in(remindersLists.map(\.id) }
374+
.where { $0.id.in(remindersLists.map(\.id)) }
375375
.execute(db))
376376
```
377377

0 commit comments

Comments
 (0)