summaryrefslogtreecommitdiffstats
path: root/system/libraries/URI.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/URI.php')
-rw-r--r--system/libraries/URI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/URI.php b/system/libraries/URI.php
index 8d979d0d2..c3dfef1d8 100644
--- a/system/libraries/URI.php
+++ b/system/libraries/URI.php
@@ -296,7 +296,7 @@ class CI_URI {
* This function generates and associative array of URI data starting
* at the supplied segment. For example, if this is your URI:
*
- * www.your-site.com/user/search/name/joe/location/UK/gender/male
+ * example.com/user/search/name/joe/location/UK/gender/male
*
* You can use this function to generate an array with this prototype:
*