From d6e1d5424d562faa2ece4f0e1ccb4c5aa66c6047 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 22 Jul 2011 06:20:17 -0700 Subject: [PATCH] Edited application/config/view.php via GitHub --- application/config/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/view.php b/application/config/view.php index b598cbe5..a13d513d 100644 --- a/application/config/view.php +++ b/application/config/view.php @@ -10,7 +10,7 @@ | Here you can define all of the named views for your application. | | Once you have defined the named view, you can create a View instance for - | that view using the View::of dynamic static method. + | that view using the View::of dynamic method. | | For example, if you define a named view named "layout", you could create | an instance of that View by calling: View::of_layout().