From d91db9ef628ed53396839e6a1d4b8516c41d4752 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 13 Aug 2023 16:40:32 +0300 Subject: [PATCH] fix doc --- application/Espo/ORM/Query/Part/Condition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/ORM/Query/Part/Condition.php b/application/Espo/ORM/Query/Part/Condition.php index cc618d5e31..c084b17de5 100644 --- a/application/Espo/ORM/Query/Part/Condition.php +++ b/application/Espo/ORM/Query/Part/Condition.php @@ -38,7 +38,7 @@ use Espo\ORM\Query\Part\Where\OrGroup; use Espo\ORM\Query\Select; /** - * An util-class for creating items that can be used as a where-clause. + * A util-class for creating items that can be used as a where-clause. */ class Condition {