diff options
Diffstat (limited to 'user_guide/libraries')
-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 56fe8f5d2..04e496640 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -139,7 +139,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>
|