From b48f43bc09a4a0796e22d4956ff7f3927bb9805e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 21 Jul 2022 23:39:27 +0800 Subject: [PATCH] Docs --- src/entity/relation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/relation.rs b/src/entity/relation.rs index 40b2140a..6bcf6025 100644 --- a/src/entity/relation.rs +++ b/src/entity/relation.rs @@ -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