Skip to content

Commit 5055ef4

Browse files
committed
minor #4715 Improve readability (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Improve readability Remove horizontal scroll on smaller width | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 9b9f452 Improve readability
2 parents d3d6d22 + 9b9f452 commit 5055ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/http_fundamentals.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ have all the request information at your fingertips::
242242
$request->headers->get('host');
243243
$request->headers->get('content_type');
244244

245-
$request->getMethod(); // GET, POST, PUT, DELETE, HEAD
246-
$request->getLanguages(); // an array of languages the client accepts
245+
$request->getMethod(); // GET, POST, PUT, DELETE, HEAD
246+
$request->getLanguages(); // an array of languages the client accepts
247247

248248
As a bonus, the ``Request`` class does a lot of work in the background that
249249
you'll never need to worry about. For example, the ``isSecure()`` method

0 commit comments

Comments
 (0)