summaryrefslogtreecommitdiff
path: root/typing/typedtree.ml
diff options
context:
space:
mode:
authorFourchaux <jprodi04@gmail.com>2017-08-10 12:59:23 +0200
committerMark Shinwell <mshinwell@gmail.com>2017-08-10 11:59:23 +0100
commit72cfdd56e9459af07731451c4c10ae0ec2c6d877 (patch)
treeb1958e44ee1ea40bcca88e4a2445ce42f878e724 /typing/typedtree.ml
parent9a1ddfa2dac2207b3a75a32bf9550fb4bcb39f6e (diff)
downloadocaml-72cfdd56e9459af07731451c4c10ae0ec2c6d877.tar.gz
Typos and basic grammar error fixing (#1280)
Diffstat (limited to 'typing/typedtree.ml')
-rw-r--r--typing/typedtree.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/typedtree.ml b/typing/typedtree.ml
index 4f4fcd7a4f..4cc9964324 100644
--- a/typing/typedtree.ml
+++ b/typing/typedtree.ml
@@ -152,7 +152,7 @@ and class_expr_desc =
(Ident.t * string loc * expression) list * class_expr
| Tcl_constraint of
class_expr * class_type option * string list * string list * Concr.t
- (* Visible instance variables, methods and concretes methods *)
+ (* Visible instance variables, methods and concrete methods *)
| Tcl_open of override_flag * Path.t * Longident.t loc * Env.t * class_expr
and class_structure =