Browse Source

Tweak routes.php documentation.

Taylor Otwell 13 years ago
parent
commit
daa91818d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/routes.php

+ 1 - 1
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)
 	|		{