summaryrefslogtreecommitdiffstats
path: root/user_guide/general/creating_libraries.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-07-30 08:32:31 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-07-30 08:32:31 +0200
commit652612d9cb509bdf54f1c8fe2aef9d138067548c (patch)
treea2eb17107994c40e8f68894ae19f399076f4d77f /user_guide/general/creating_libraries.html
parent109ad9902b4eb9c1fba2c30a06f2104fae36f385 (diff)
note of clarity
Diffstat (limited to 'user_guide/general/creating_libraries.html')
-rw-r--r--user_guide/general/creating_libraries.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html
index 1d9900212..dfe97126f 100644
--- a/user_guide/general/creating_libraries.html
+++ b/user_guide/general/creating_libraries.html
@@ -127,7 +127,7 @@ CodeIgniter doesn't care.</p>
<h2>Passing Parameters When Initializing Your Class</h2>
-<p>In the library loading function you can dynamically pass data via the second parameter and it will be passed to your class
+<p>In the library loading function you can dynamically pass data as an array via the second parameter and it will be passed to your class
constructor:</p>
<code>