aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/term.mli2
-rw-r--r--kernel/type_errors.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index 6ef98691fc..7c1ee1d339 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -45,7 +45,7 @@ val mk_Prop : sorts
(*s The type [constr] of the terms of CCI
is obtained by instanciating the generic terms (type [term],
- see \ref{generic_terms}) on the above operators, themselves instanciated
+ see \citesec{generic_terms}) on the above operators, themselves instanciated
on the above sorts. *)
type constr = sorts oper term
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli
index 3a3e1488e0..6632c172f2 100644
--- a/kernel/type_errors.mli
+++ b/kernel/type_errors.mli
@@ -9,7 +9,7 @@ open Sign
open Environ
(*i*)
-(* Type errors. *)
+(* Type errors. \label{typeerrors} *)
type type_error =
| UnboundRel of int