This commit is contained in:
Chris Tsang 2022-07-21 23:39:27 +08:00
parent 83c6e4a4db
commit b48f43bc09

View File

@ -162,7 +162,7 @@ impl RelationDef {
/// Set custom join ON condition.
///
/// This method takes a closure with parameters
/// This method takes a closure with two parameters
/// denoting the left-hand side and right-hand side table in the join expression.
///
/// # Examples