From daa91818d9af592623a56f28868400c2e038aa21 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Aug 2011 14:35:13 -0500 Subject: [PATCH] Tweak routes.php documentation. --- application/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/routes.php b/application/routes.php index 3d94c647..94efd50d 100644 --- a/application/routes.php +++ b/application/routes.php @@ -28,7 +28,7 @@ return array( | 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) | {