summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-26 23:03:54 +0100
committerRick Ellis <rick.ellis@ellislab.com>2008-10-26 23:03:54 +0100
commit0d17a27fb38edb1c557b2ba8e7f5228bd416789c (patch)
tree8aea20514e9834599537171e7f0fca6cd96518f7 /user_guide/helpers
parentc37ed39d824c71f7e8e28b64c1527f18fc9e5950 (diff)
Fixed a typo
Diffstat (limited to 'user_guide/helpers')
-rw-r--r--user_guide/helpers/url_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index e5e35dfdd..dcf020821 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -98,7 +98,7 @@ echo site_url($segments);</code>
<p>Returns the full URL (including segments) of the page being currently viewed.</p>
-<h2>uri_segments()</h2>
+<h2>uri_string()</h2>
<p>Returns the URI segments of any page that contains this function. For example, if your URL was this:</p>
<code>http://some-site.com/blog/comments/123</code>