aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorThéo Zimmermann2020-01-21 10:03:03 +0100
committerThéo Zimmermann2020-01-21 10:03:03 +0100
commitf93782dbbb2e61e6664a09b3ae7981223e57f9d3 (patch)
tree494a4581396aa00a67ab63c3564603c268e96a65 /tactics
parent4d12b00277aa1bfde14ba459363a5e9d38d4aeac (diff)
parent61afb01b721d12068ade37f5c809319668e3573e (diff)
Merge PR #11425: Miscellaneous typos
Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: jfehrle Reviewed-by: ppedrot
Diffstat (limited to 'tactics')
-rw-r--r--tactics/declare.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/declare.ml b/tactics/declare.ml
index da4de3df77..9a14f4d40f 100644
--- a/tactics/declare.ml
+++ b/tactics/declare.ml
@@ -362,7 +362,7 @@ let inVariable : unit -> obj =
classify_function = (fun () -> Dispose)}
let declare_variable ~name ~kind d =
- (* Constr raisonne sur les noms courts *)
+ (* Variables are distinguished by only short names *)
if Decls.variable_exists name then
raise (AlreadyDeclared (None, name));