Skip to content

Commit acd02c8

Browse files
authored
Update http_foundation.rst
1 parent 2f05812 commit acd02c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ this complexity and defines some methods for the most common tasks::
271271

272272
// Joins an associative array into a string for use in an HTTP header
273273
HeaderUtils::toString(array('foo' => 'abc', 'bar' => true, 'baz' => 'a b c'), ',')
274-
// => 'foo=bar, baz, baz="a b c"'
274+
// => 'foo=abc, bar, baz="a b c"'
275275

276276
// Encodes a string as a quoted string, if necessary
277277
HeaderUtils::quote('foo "bar"')

0 commit comments

Comments
 (0)