aboutsummaryrefslogtreecommitdiff
path: root/user-contrib/Ltac2/Pattern.v
diff options
context:
space:
mode:
Diffstat (limited to 'user-contrib/Ltac2/Pattern.v')
-rw-r--r--user-contrib/Ltac2/Pattern.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-contrib/Ltac2/Pattern.v b/user-contrib/Ltac2/Pattern.v
index 8d1fb0cd8a..5e8eef526e 100644
--- a/user-contrib/Ltac2/Pattern.v
+++ b/user-contrib/Ltac2/Pattern.v
@@ -25,7 +25,7 @@ Ltac2 @ external empty_context : unit -> context :=
Ltac2 @ external matches : t -> constr -> (ident * constr) list :=
"ltac2" "pattern_matches".
(** If the term matches the pattern, returns the bound variables. If it doesn't,
- fail with [Match_failure]. Panics if not focussed. *)
+ fail with [Match_failure]. Panics if not focused. *)
Ltac2 @ external matches_subterm : t -> constr -> context * ((ident * constr) list) :=
"ltac2" "pattern_matches_subterm".