summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
Diffstat (limited to 'system/core')
-rw-r--r--system/core/URI.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 9a545fd3a..c990be7b4 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -56,12 +56,14 @@ class CI_URI {
/**
* List of URI segments
*
+ * Starts at 1 instead of 0.
+ *
* @var array
*/
public $segments = array();
/**
- * Re-indexed list of URI segments
+ * List of routed URI segments
*
* Starts at 1 instead of 0.
*