Browse Source

Updating commented Inflector code in app bootstrap.

davidpersson 16 years ago
parent
commit
1a1fef6030
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/config/bootstrap.php

+ 3 - 3
app/config/bootstrap.php

@@ -39,8 +39,8 @@
 /**
  * As of 1.3, additional rules for the inflector are added below
  *
- * Inflector::rule('singular', array('rules' => array(), irregular' => array(), 'uninflected' => array()));
- * Inflector::rule('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
+ * Inflector::rules('singular', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
+ * Inflector::rules('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
  *
  */
-?>
+?>