Skip to content

Commit 34ff1e3

Browse files
committed
fix build error: inline literal start-string without end-string
1 parent 0df6a14 commit 34ff1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/twig_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impersonation_exit_path
279279

280280
.. versionadded:: 5.2
281281

282-
The ``impersonation_exit_path()` function was introduced in Symfony 5.2.
282+
The ``impersonation_exit_path()`` function was introduced in Symfony 5.2.
283283

284284
Generates a URL that you can visit to exit :doc:`user impersonation </security/impersonating_user>`.
285285
After exiting impersonation, the user is redirected to the current URI. If you
@@ -299,7 +299,7 @@ impersonation_exit_url
299299

300300
.. versionadded:: 5.2
301301

302-
The ``impersonation_exit_url()` function was introduced in Symfony 5.2.
302+
The ``impersonation_exit_url()`` function was introduced in Symfony 5.2.
303303

304304
It's similar to the `impersonation_exit_path`_ function, but it generates
305305
absolute URLs instead of relative URLs.

0 commit comments

Comments
 (0)