* Correct case for formatNum
[lhc/web/wiklou.git] / includes / normal / RandomTest.php
index aa491db..018910c 100644 (file)
@@ -22,7 +22,7 @@
  * UtfNormal::cleanUp() code paths, and checks to see if there's a
  * difference. Will run forever until it finds one or you kill it.
  *
- * @addtogroup UtfNormal
+ * @ingroup UtfNormal
  * @access private
  */
 
@@ -104,5 +104,3 @@ while( true ) {
        $clean = '';
        $norm = '';
 }
-
-