Skip to content

Commit eacc409

Browse files
committed
Fix documentation to reference JoinClause instead of JoinExpression
1 parent 6a3133c commit eacc409

File tree

1 file changed

+1
-1
lines changed
  • libs/@local/graph/postgres-store/src/store/postgres/query

1 file changed

+1
-1
lines changed

libs/@local/graph/postgres-store/src/store/postgres/query/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ impl<'p, 'q: 'p, R: PostgresRecord> SelectCompiler<'p, 'q, R> {
10641064

10651065
/// Joins a chain of [`Relation`]s and returns the table name of the last joined table.
10661066
///
1067-
/// Joining the tables attempts to deduplicate [`JoinExpression`]s. As soon as a new filter was
1067+
/// Joining the tables attempts to deduplicate [`JoinClause`]s. As soon as a new filter was
10681068
/// compiled, each subsequent call will result in a new join-chain.
10691069
///
10701070
/// [`Relation`]: super::table::Relation

0 commit comments

Comments
 (0)