Skip to content

Commit

Permalink
Correction d'un message d'erreur
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2201 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
vouillon committed Nov 29, 1998
1 parent e88706c commit 998049e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing/typecore.ml
Expand Up @@ -993,7 +993,7 @@ let report_error = function
trace true (fun _ -> print_string "is not a subtype of type") tr1;
trace false (fun _ -> print_string "is not compatible with type") tr2
| Outside_class ->
print_string "This object duplication occurs outside a class definition."
print_string "This object duplication occurs outside a method definition."
| Value_multiply_overridden v ->
print_string "The instance variable "; print_string v;
print_string " is overridden several times"
Expand Down

0 comments on commit 998049e

Please sign in to comment.