Fix typos in developers guide.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-06-23 15:49:16 +00:00
parent 8ebc1a038c
commit d3d5e3b6df
1 changed files with 2 additions and 2 deletions

View File

@ -124,10 +124,10 @@ projects, and the Sun conventions. Some specific conventions are:</p>
<li>Else, catch and finally statements after the closing bracket</li> <li>Else, catch and finally statements after the closing bracket</li>
<li>Single space after keyword such as if</li> <li>Single space after keyword such as if</li>
<li>Two spaces between parameter name and description in @param</li> <li>Two spaces between parameter name and description in @param</li>
<li>Generally copy the style of the surounding code</li> <li>Generally copy the style of the surrounding code</li>
</ul> </ul>
<p>And rememeber, the commons-dev mailing list is there for any discussions <p>And remember, the commons-dev mailing list is there for any discussions
or queries about patches or new additions to collections.</p> or queries about patches or new additions to collections.</p>
</body> </body>