Tweak routes.php documentation.

This commit is contained in:
Taylor Otwell 2011-08-09 14:35:13 -05:00
parent 0344d74c6e
commit daa91818d9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
| return 'Hello World!';
| }
|
| Here's how to allow URI wildcards using the (:num) or (:any) place-holders:
| It's easy to allow URI wildcards using the (:num) or (:any) place-holders:
|
| 'GET /hello/(:any)' => function($name)
| {