Skip to content

Commit fa5c5bc

Browse files
committed
minor #9027 fix rst syntax (xabbuh)
This PR was merged into the 3.3 branch. Discussion ---------- fix rst syntax Commits ------- c0c01d3 fix rst syntax
2 parents b57c669 + c0c01d3 commit fa5c5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ response:
243243
$response = new Response('No Content', 204);
244244
$event->setResponse($response);
245245

246-
The status code sent to the client in the above example will be ``204`. If
246+
The status code sent to the client in the above example will be ``204``. If
247247
``$event->allowSuccessfulResponse()`` is omitted, then the kernel will set
248248
an appropriate status code based on the type of exception thrown.
249249

0 commit comments

Comments
 (0)