aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-01-27 17:13:42 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-01-27 17:13:42 +0000
commitd1f4bd9451517a4dd2cca438adbeea69c1d6fb62 (patch)
treeac92ba60a29823090861870f13d91b8c29b3f480 /toplevel
parent0dfbabcee3629056ebfb0a63dcee60cd601cfa21 (diff)
make doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1280 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/class.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/class.mli b/toplevel/class.mli
index fd1ee3f8f..f2d35aa8e 100644
--- a/toplevel/class.mli
+++ b/toplevel/class.mli
@@ -37,7 +37,7 @@ val try_add_new_identity_coercion : identifier -> strength ->
source:cl_typ -> target:cl_typ -> unit
(* [try_add_new_class ref] declares [ref] as a new class; usually,
- this is done implicitely by try_add_new_coercion's functions *)
+ this is done implicitely by [try_add_new_coercion]'s functions *)
val try_add_new_class : global_reference -> strength -> unit
(*s This is used for the discharge *)