Browse Source

tweaking comment in composers.php.

Taylor Otwell 13 years ago
parent
commit
f3ddadce04
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/composers.php

+ 2 - 2
application/composers.php

@@ -12,8 +12,8 @@ return array(
 	| footer partial each time the view is created.
 	|
 	| The composer will receive an instance of the view being created, and is
-	| free to modify the view however you wish. But, always return the view
-	| instance at the end of the composer.
+	| free to modify the view however you wish. Be sure to always return the
+	| view instance at the end of your composer.
 	|
 	| For more information, check out: http://laravel.com/docs/start/views#composers
 	|