Typo - $this->uri->rsegment_array(n) documentation has n indicating parameter |
|||
|---|---|---|---|
| Date: | 09/16/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | sophistry |
| Version: | 1.7.0 SVN | ||
| Keywords: | User Guide, Typos | ||
Description
$this->uri->rsegment_array(n)
is listed in the docs, but this function accepts no parameter.
Code Sample
$this->uri->rsegment_array(n)
Expected Result
$this->uri->rsegment_array()
Actual Result
$this->uri->rsegment_array(n)
