summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/uri.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-18 08:52:47 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-18 08:52:47 +0200
commit3260989ee251c55d1f9b6c79a54e47134269aa91 (patch)
treeac424bc290d46c7ce8305bb059a05f305539b6eb /user_guide/libraries/uri.html
parent418ca33235482dd8dacb2bf1c1ade067c53af2de (diff)
Fixed a typo
Diffstat (limited to 'user_guide/libraries/uri.html')
-rw-r--r--user_guide/libraries/uri.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html
index a44834f48..7bebbf386 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -226,7 +226,7 @@ foreach ($segs as $segment)<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo '&lt;br />';<br />
}</code>
-<h2>$this->uri->rsegment_array(<var>n</var>)</h2>
+<h2>$this->uri->rsegment_array()</h2>
<p>This function is identical to the previous one, except that it returns the array of segments in your
re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>