diff --git a/docs/manual/develop.html b/docs/manual/develop.html index 5c13f64e5..246996a6a 100644 --- a/docs/manual/develop.html +++ b/docs/manual/develop.html @@ -192,7 +192,7 @@ constructor. This is the only difference between options 1 and 2.
The difference between 2 and 3 is what Ant has done to the object
before it passes it to the method. addInner
will receive
an object directly after the constructor has been called, while
-addConstructedInner
gets the object after the
+addConfiguredInner
gets the object after the
attributes and nested children for this new object have been
handled.