diff options
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r-- | user_guide/libraries/loader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index d9a3787cb..1d5a47f40 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -76,7 +76,7 @@ Note: We use the terms "class" and "library" interchangeably.</p> <code>$this->load->library('email');</code> -<p>Once loaded, the library will be ready for use, using <kbd>$this->email-></kbd><samp><em>some_function</em>()</samp>. +<p>Once loaded, the library will be ready for use, using <kbd>$this->email-></kbd><samp><em>some_function</em>()</samp>.</p> <p>Library files can be stored in subdirectories within the main "libraries" folder, or within your personal <dfn>application/libraries</dfn> folder. To load a file located in a subdirectory, simply include the path, relative to the "libraries" folder. |