Skip to content

Commit f313a43

Browse files
committed
Update doc issue on TableRequest.filter(keys:).
1 parent fead2ea commit f313a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRDB/QueryInterface/Request/RequestProtocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ extension TableRequest where Self: FilteredRequest, Self: TypedRequest {
325325

326326
/// Creates a request filtered by unique key.
327327
///
328-
/// // SELECT * FROM player WHERE ... email = '[email protected]' OR ...
328+
/// // SELECT * FROM player WHERE ... email = '[email protected]' AND ...
329329
/// let request = try Player...filter(keys: [["email": "[email protected]"], ...])
330330
///
331331
/// When executed, this request raises a fatal error if there is no unique

0 commit comments

Comments
 (0)