From e196050e2bd35512159b4a4fe42e757eea71d11f Mon Sep 17 00:00:00 2001 From: vlakoff Date: Thu, 1 May 2014 08:53:34 +0200 Subject: Fix docblock of URI->rsegments property --- system/core/URI.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system/core/URI.php') 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. * -- cgit v1.2.3-24-g4f1b