Browse Source

Improving view class comments.

Taylor Otwell 13 years ago
parent
commit
dbeb2f4ddb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/view.php

+ 1 - 1
system/view.php

@@ -97,7 +97,7 @@ class View {
 		// 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
 		{