aboutsummaryrefslogtreecommitdiff
path: root/plugins/cc/README
diff options
context:
space:
mode:
authorJason Gross2019-10-14 12:47:57 -0400
committerJason Gross2019-10-14 12:47:57 -0400
commit911accd83d0161d1587652af9ec5365943023c98 (patch)
tree3f5c043454728a250bdfef98eea788f7e615dc18 /plugins/cc/README
parent2169cf83775a57f48fe1b55796b5bc026a11aea6 (diff)
parent3e0bf68bdc1ac6bde7bd04236657fb4d554817ad (diff)
Merge PR #10883: Doc update with mlg extension - fix #10855
Reviewed-by: JasonGross Reviewed-by: gares Ack-by: ppedrot
Diffstat (limited to 'plugins/cc/README')
-rw-r--r--plugins/cc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cc/README b/plugins/cc/README
index c616b5daab..7df7b971e8 100644
--- a/plugins/cc/README
+++ b/plugins/cc/README
@@ -9,7 +9,7 @@ Files :
- ccalgo.ml : congruence closure algorithm
- ccproof.ml : proof generation code
-- cctac.ml4 : the tactic itself
+- cctac.mlg : the tactic itself
- CCSolve.v : a small Ltac tactic based on congruence
Known Bugs : the congruence tactic can fail due to type dependencies.