summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2014-05-01 08:53:34 +0200
committervlakoff <vlakoff@gmail.com>2014-05-01 08:53:34 +0200
commite196050e2bd35512159b4a4fe42e757eea71d11f (patch)
tree5ecfc077a8fe8f5397da7385ce3d9dd49725abed /system/core/URI.php
parente0839c3f2aba473f5cb7e81d30ebbb4e0d4d16a5 (diff)
Fix docblock of URI->rsegments property
Diffstat (limited to 'system/core/URI.php')
-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.
*