This commit is contained in:
Chris Tsang 2023-01-01 19:23:38 +08:00 committed by GitHub
parent bef37c3e2d
commit 7e630157a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,8 @@ impl RelationDef {
/// This method takes a closure with two parameters /// This method takes a closure with two parameters
/// denoting the left-hand side and right-hand side table in the join expression. /// denoting the left-hand side and right-hand side table in the join expression.
/// ///
/// This replaces the current condition if it is already set.
///
/// # Examples /// # Examples
/// ///
/// ``` /// ```