summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-01-17 16:42:56 +0100
committerDerek Allard <derek.allard@ellislab.com>2010-01-17 16:42:56 +0100
commitb5f211b14198afce3a4a60000f9ab3b8f14d0d6d (patch)
treed6cb375cd967c544b034051d31e002aa652e5b5b /user_guide/libraries
parent028cbb5de098b74780d57c24d574e531fb23f33c (diff)
doc updates, corrections and clarifications.
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/loader.html2
-rw-r--r--user_guide/libraries/uri.html2
2 files changed, 2 insertions, 2 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>
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html
index 818115ff9..af5994cb6 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -194,7 +194,7 @@ $str = $this->uri->assoc_to_uri($array);<br />
<code>/news/local/345</code>
-<h2>$this->uri->ruri_string(<var>n</var>)</h2>
+<h2>$this->uri->ruri_string()</h2>
<p>This function is identical to the previous one, except that it returns the
re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>