Skip to content

Commit 0a22dda

Browse files
committed
[#6783] Fixed a syntax error
1 parent 5e8d015 commit 0a22dda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

routing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,12 @@ that are special: each adds a unique piece of functionality inside your applicat
481481
Used to set the request format (:ref:`read more <routing-format-param>`).
482482

483483
``_fragment``
484-
485-
.. versionadded:: 3.2
486-
The ``_fragment`` parameter was introduced in Symfony 3.2.
487-
488484
Used to set the fragment identifier, the optional last part of a URL that
489485
starts with a ``#`` character and is used to identify a portion of a document.
490486

487+
.. versionadded:: 3.2
488+
The ``_fragment`` parameter was introduced in Symfony 3.2.
489+
491490
``_locale``
492491
Used to set the locale on the request (:ref:`read more <translation-locale-url>`).
493492

0 commit comments

Comments
 (0)