Skip to content

Commit

Permalink
Fix doc block fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 31, 2015
1 parent bffcdf1 commit 584a0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Inflector.php
Expand Up @@ -463,7 +463,7 @@ public static function reset()
*
* ```
* Inflector::rules('plural', ['/^(inflect)or$/i' => '\1ables']);
* Inflector::rules('irregular' => ['red' => 'redlings']);
* Inflector::rules('irregular', ['red' => 'redlings']);
* Inflector::rules('uninflected', ['dontinflectme']);
* Inflector::rules('transliteration', ['/å/' => 'aa']);
* ```
Expand Down

0 comments on commit 584a0d8

Please sign in to comment.