Skip to content

Commit 1792569

Browse files
authored
Update SelectStatements.md (pointfreeco#130)
Fixes pointfreeco#129.
1 parent 37c2cde commit 1792569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ functions, which apply the appropriate SQL operator between each statement.
817817
@Column {
818818
```swift
819819
RemindersList.select(\.title)
820-
.intersect(Reminder.select(\.title))
820+
.except(Reminder.select(\.title))
821821
```
822822
}
823823
@Column {

0 commit comments

Comments
 (0)