summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 546d936c3..7e8f2d7dd 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -183,7 +183,7 @@ re-routed URI in the event you are using Code Igniter's <a href="../general/rout
<code>$array = array('product' => 'shoes', 'size' => 'large', 'color' => 'red');<br />
<br />
-$str = $this->uri->assoc_to_str($array);<br />
+$str = $this->uri->assoc_to_uri($array);<br />
<br />
// Produces: product/shoes/size/large/color/red
</code>