diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 05:02:17 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 05:02:17 +0100 |
commit | 47d3de2ce356eefac2ecb64eb8c391680fc479e3 (patch) | |
tree | d87fc6c507c5f6471ad5c4abfe1db37870f376b5 /user_guide | |
parent | 2e44e0b816df7799cdbb5ee94094880d9680fdee (diff) |
fixed doc error with $this->uri->total_rsegments()
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/uri.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 923b38e62..27e6f0d4f 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -206,7 +206,7 @@ re-routed URI in the event you are using CodeIgniter's <a href="../general/routi <p>Returns the total number of segments.</p>
-<h2>$this->uri->total_rsegments(<var>n</var>)</h2>
+<h2>$this->uri->total_rsegments()</h2>
<p>This function is identical to the previous one, except that it returns the total number 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>
|