git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10192 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2009-07-23 18:45:28 +00:00
parent bdbc41efca
commit 1bdbffc77c
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ let my_int =
Let-bindings within class definitions are evaluated before the object
is constructed. It is also possible to evaluate an expression
immediately after the object has been built. Such code is written as
an anonymous hidden method called an initializer. Therefore, is can
an anonymous hidden method called an initializer. Therefore, it can
access self and the instance variables.
\begin{caml_example}
class printable_point x_init =