Skip to content

Commit b2cb9e5

Browse files
committed
chore:
1 parent 1377325 commit b2cb9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Meta/Tactic/Grind/AC/Action.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public import Lean.Meta.Tactic.Grind.Action
99
import Lean.Meta.Tactic.Grind.AC.Eq
1010
namespace Lean.Meta.Grind.Action
1111

12-
/-- Linear integer arithmetic action. -/
12+
/-- Associative-Commutative solver action. -/
1313
public def ac : Action := fun goal kna kp => do
1414
let (result, goal') ← GoalM.run goal AC.check
1515
match result with

0 commit comments

Comments
 (0)