diff --git a/components/http_foundation.rst b/components/http_foundation.rst index 0aeafe23a48..73d21cd056e 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -156,7 +156,7 @@ exist:: // returns 'baz' When PHP imports the request query, it handles request parameters like -``foo[bar]=bar`` in a special way as it creates an array. So you can get the +``foo[bar]=baz`` in a special way as it creates an array. So you can get the ``foo`` parameter and you will get back an array with a ``bar`` element:: // the query string is '?foo[bar]=baz'