summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--typing/includemod.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/includemod.mli b/typing/includemod.mli
index 52a8f17a1..65761d1b0 100644
--- a/typing/includemod.mli
+++ b/typing/includemod.mli
@@ -32,7 +32,7 @@ type error =
| Modtype_infos of Ident.t * modtype_declaration * modtype_declaration
| Modtype_permutation
| Interface_mismatch of string * string
- | Class_type of Ident.t * class_type * class_type
+ | Class_types of Ident.t * class_type * class_type
exception Error of error list