aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/Constr.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Constr.v b/theories/Constr.v
index bb02d94531..801192d628 100644
--- a/theories/Constr.v
+++ b/theories/Constr.v
@@ -31,7 +31,7 @@ Ltac2 Type kind := [
| App (constr, constr array)
| Constant (constant, instance)
| Ind (inductive, instance)
-| Constructor (inductive, instance)
+| Constructor (constructor, instance)
| Case (constr, constr, constr array)
| Fix (int array, int, ident option array, constr array, constr array)
| CoFix (int, ident option array, constr array, constr array)