From ed3e3e73cc2bd04bb514f052a7494fd159361fed Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 25 Sep 2011 23:31:54 -0500 Subject: [PATCH] tweaked view comment. --- laravel/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/view.php b/laravel/view.php index 1991a6d9..214d67ac 100644 --- a/laravel/view.php +++ b/laravel/view.php @@ -10,7 +10,7 @@ class View_Factory { public $path; /** - * The path to the application storage directory. + * The path to the directory containing compiled views. * * @var string */