diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 16:42:56 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 16:42:56 +0100 |
commit | b5f211b14198afce3a4a60000f9ab3b8f14d0d6d (patch) | |
tree | d6cb375cd967c544b034051d31e002aa652e5b5b /user_guide/libraries/loader.html | |
parent | 028cbb5de098b74780d57c24d574e531fb23f33c (diff) |
doc updates, corrections and clarifications.
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 19a10e4db..cefe8ef06 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -186,7 +186,7 @@ By default the data is sent to your browser, just like a View file, but if you s it will instead return the data as a string.</p> -<h2>$this->load->lang('<var>file_name</var>')</h2> +<h2>$this->load->language('<var>file_name</var>')</h2> <p>This function is an alias of the <a href="language.html">language loading function</a>: $this->lang->load()</p> <h2>$this->load->config('<var>file_name</var>')</h2> |