summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_class.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/odoc_class.ml')
-rw-r--r--ocamldoc/odoc_class.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_class.ml b/ocamldoc/odoc_class.ml
index 676d0ebc37..5d696819fb 100644
--- a/ocamldoc/odoc_class.ml
+++ b/ocamldoc/odoc_class.ml
@@ -115,7 +115,7 @@ let rec class_elements ?(trans=true) cl =
| Class_constraint (c_kind, ct_kind) ->
iter_kind c_kind
(* A VOIR : utiliser le c_kind ou le ct_kind ?
- Pour l'instant, comme le ct_kind n'est pas analysé,
+ Pour l'instant, comme le ct_kind n'est pas analyse,
on cherche dans le c_kind
class_type_elements ~trans: trans
{ clt_name = "" ; clt_info = None ;