From 16a21422fbc75316db4fcb674c92cea6ce5456e9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 22 Nov 2011 23:35:14 -0600 Subject: [PATCH] remove some comment bloat. --- laravel/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/view.php b/laravel/view.php index 5a3f7b52..7e4cccda 100644 --- a/laravel/view.php +++ b/laravel/view.php @@ -228,7 +228,7 @@ protected function compile() { // For simplicity, compiled views are stored in a single directory by // the MD5 hash of their name. This allows us to avoid recreating the - // entire view directory structure within the compiled views directory. + // entire view directory structure within the compiled directory. $compiled = STORAGE_PATH.'views/'.md5($this->view); // The view will only be re-compiled if the view has been modified