Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4297/htdocs
Modified Files:
index.html
Log Message:
typo
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- index.html 8 Dec 2005 03:46:59 -0000 1.38
+++ index.html 8 Dec 2005 03:54:40 -0000 1.39
@@ -62,7 +62,7 @@
<li><b>UnnecessaryStoreBeforeReturn</b><br/>
Finds methods that store the return result in a local variable, and
then immediately returns that local variable.</li>
- >li><b>CopiedOverriddenMethod</b><br/>
+ <li><b>CopiedOverriddenMethod</b><br/>
Finds methods that are implemented with an exact copy of their super class method's
implementation. In most cases, this means that this method can just be removed.</li>
</ul>
|