diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-18 16:03:26 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-18 16:03:26 +0100 |
commit | 90a6cadfa6b5ea4968102769a3eb72570ed5799e (patch) | |
tree | 6eef16e02e477317555dce87a8b7faf3cc496726 /user_guide_src/source/libraries/uri.rst | |
parent | fe5099a695c25e503a0aff6124644b9011a27e0d (diff) | |
parent | 8158bc3172a916cd5cb1089f4f0146bea0510c2f (diff) |
Merge pull request #3680 from schwemmer/patch-1
[ci skip] Fixed a typo in uri.rst documentation
Diffstat (limited to 'user_guide_src/source/libraries/uri.rst')
-rw-r--r-- | user_guide_src/source/libraries/uri.rst | 4 |
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. |