diff options
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
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>
|