aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-01-18 08:06:55 +0000
committerGitHub2021-01-18 08:06:55 +0000
commit3efb7a44dee255cd8f6cbd8c80e3c48c601104ed (patch)
tree0360a9e8a64520f15a612c97e9cfc7d929c41213 /engine
parent888f03e827a6398936b75ee89f0d0db57e1d86c7 (diff)
parent3da2dbe9728ae7f5b1860a8e3a6c458e6d976f84 (diff)
Merge PR #13656: Avoid using "subgoals" in the UI, it means the same as "goals"
Reviewed-by: Zimmi48
Diffstat (limited to 'engine')
-rw-r--r--engine/evd.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evd.ml b/engine/evd.ml
index 706e51d4b3..ed40b63d14 100644
--- a/engine/evd.ml
+++ b/engine/evd.ml
@@ -525,7 +525,7 @@ end = struct
let principal =
if principal then
match fgl.principal with
- | Some _ -> CErrors.user_err Pp.(str "Only one main subgoal per instantiation.")
+ | Some _ -> CErrors.user_err Pp.(str "Only one main goal per instantiation.")
| None -> Some evk
else fgl.principal
in