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:
parent
8ebc1a038c
commit
d3d5e3b6df
|
@ -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>Single space after keyword such as if</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>
|
||||
|
||||
<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>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue