From f4519b17b6738cf959877c0e0b37000fc7bb0d88 Mon Sep 17 00:00:00 2001
From: Haniel Barbosa <hanielbbarbosa@gmail.com>
Date: Wed, 10 Mar 2021 18:33:41 -0300
Subject: [PATCH] [proof-new] Clarifying doc (#6108)

---
 src/expr/proof_rule.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/expr/proof_rule.h b/src/expr/proof_rule.h
index 2759a3c9e..e2933e012 100644
--- a/src/expr/proof_rule.h
+++ b/src/expr/proof_rule.h
@@ -302,8 +302,8 @@ enum class PfRule : uint32_t
   // ---------------------
   // Conclusion: C2
   // where
-  //  Set representations of C1 and C2 is the same but the number of literals in
-  //  C2 is the same of that of C1
+  //  Set representations of C1 and C2 are the same and the number of literals
+  //  in C2 is the same of that of C1
   REORDERING,
   // ======== N-ary Resolution + Factoring + Reordering
   // Children: (P1:C_1, ..., Pm:C_n)
-- 
2.30.2