Browse Source

fixed typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272056 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
28571c488f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/develop.html

+ 1
- 1
docs/manual/develop.html View File

@@ -192,7 +192,7 @@ constructor. This is the only difference between options 1 and 2.</p>
<p>The difference between 2 and 3 is what Ant has done to the object <p>The difference between 2 and 3 is what Ant has done to the object
before it passes it to the method. <code>addInner</code> will receive before it passes it to the method. <code>addInner</code> will receive
an object directly after the constructor has been called, while an object directly after the constructor has been called, while
<code>addConstructedInner</code> gets the object <em>after</em> the
<code>addConfiguredInner</code> gets the object <em>after</em> the
attributes and nested children for this new object have been attributes and nested children for this new object have been
handled.</p> handled.</p>




Loading…
Cancel
Save