Skip to content

Commit 11fea7c

Browse files
committed
Updated comment
1 parent a043a37 commit 11fea7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/src/db/collection_detach.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ where
418418
/// // (SELECT 1)
419419
/// // LEFT JOIN (SELECT * FROM collection_by_id) ON TRUE
420420
/// // LEFT JOIN (SELECT * FROM resource_by_id) ON TRUE
421-
/// // LEFT JOIN (SELECT * FROM resource) ON TRUE;
421+
/// // LEFT JOIN (SELECT * FROM updated_resource) ON TRUE;
422422
/// ```
423423
impl<ResourceType, V, C> QueryFragment<Pg>
424424
for DetachFromCollectionStatement<ResourceType, V, C>

0 commit comments

Comments
 (0)