Skip to content

Commit

Permalink
Fix to a comment line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpinkus committed Feb 14, 2014
1 parent 9a3aa82 commit e4b0756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Router.php
Expand Up @@ -301,7 +301,7 @@ public static function resourceMap($resourceMap = null) {
* - `_name` is used to define a specific name for routes. This can be used to optimize
* reverse routing lookups. If undefined a name will be generated for each
* connected route.
* - `_ext` an array of filename extensions that will be parsed out of the url if present.
* - `_ext` is an array of filename extensions that will be parsed out of the url if present.
* See {@link Route::setExtensions()}.
*
* You can also add additional conditions for matching routes to the $defaults array.
Expand Down

0 comments on commit e4b0756

Please sign in to comment.