From 8158bc3172a916cd5cb1089f4f0146bea0510c2f Mon Sep 17 00:00:00 2001 From: Rafael Schwemmer Date: Wed, 18 Mar 2015 15:41:32 +0100 Subject: Fixed a typo in uri.rst documentation --- user_guide_src/source/libraries/uri.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src') diff --git a/user_guide_src/source/libraries/uri.rst b/user_guide_src/source/libraries/uri.rst index ae56184cc..4d38c1d22 100644 --- a/user_guide_src/source/libraries/uri.rst +++ b/user_guide_src/source/libraries/uri.rst @@ -110,7 +110,7 @@ Class Reference :returns: Associative URI segments array :rtype: array - This method lets you turn URI segments into and associative array of + This method lets you turn URI segments into an associative array of key/value pairs. Consider this URI:: index.php/user/search/name/joe/location/UK/gender/male @@ -230,4 +230,4 @@ Class Reference This method is identical to ``segment_array()``, except that it returns the array of segments in your re-routed URI in the event you are using - CodeIgniter's :doc:`URI Routing <../general/routing>` feature. \ No newline at end of file + CodeIgniter's :doc:`URI Routing <../general/routing>` feature. -- cgit v1.2.3-24-g4f1b