summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorRafael Schwemmer <rafael.schwemmer@gmail.com>2015-03-18 15:41:32 +0100
committerRafael Schwemmer <rafael.schwemmer@gmail.com>2015-03-18 15:41:32 +0100
commit8158bc3172a916cd5cb1089f4f0146bea0510c2f (patch)
tree6eef16e02e477317555dce87a8b7faf3cc496726 /user_guide_src
parentfe5099a695c25e503a0aff6124644b9011a27e0d (diff)
Fixed a typo in uri.rst documentation
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/uri.rst4
1 files changed, 2 insertions, 2 deletions
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.