git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@12097 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-01-27 14:01:19 +00:00
parent 8f48bf83b3
commit e04187a706
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ appear elsewhere inside the class specification will be assumed to be
universal, and made polymorphic in the resulting method type.
Writing an explicit polymorphic type will disable this behaviour.
Several specification for the same method must have compatible types.
Several specifications for the same method must have compatible types.
Any non-private specification of a method forces it to be public.
\subsubsection*{Virtual method specification}