From dbeb2f4ddb6f54a37505807e3f9a0e54bfeaa027 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 22 Jun 2011 07:27:11 -0700 Subject: [PATCH] Improving view class comments. --- system/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/view.php b/system/view.php index c4a58a88..95b508cf 100644 --- a/system/view.php +++ b/system/view.php @@ -97,7 +97,7 @@ public function get() // occur while the view is rendering. // // Otherwise, a white screen of death will be shown - // when an exception occurs while rendering the view. + // if an exception occurs while rendering the view. // ----------------------------------------------------- try {