aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/feedback.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feedback.mli')
-rw-r--r--lib/feedback.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/feedback.mli b/lib/feedback.mli
index 36fb3867f..d72524e65 100644
--- a/lib/feedback.mli
+++ b/lib/feedback.mli
@@ -31,7 +31,6 @@ type feedback_content =
| Processed
| Incomplete
| Complete
- | ErrorMsg of Loc.t * string
(* STM optional data *)
| ProcessingIn of string
| InProgress of int
@@ -45,7 +44,7 @@ type feedback_content =
| FileLoaded of string * string
(* Extra metadata *)
| Custom of Loc.t * string * xml
- (* Old generic messages *)
+ (* Generic messages *)
| Message of level * Loc.t option * Richpp.richpp
type feedback = {