Fixed a typo
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html
index a44834f..7bebbf3 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -226,7 +226,7 @@
 &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>